Pull debug message

This commit is contained in:
Mike Primm 2011-05-11 23:11:54 -05:00 committed by FrozenCow
parent 17644a5778
commit daa2d0f186

View File

@ -64,7 +64,6 @@ public class ColorScheme {
if (split.length < 17) {
continue;
}
System.out.println(split[0]);
Integer id;
Integer dat = null;
int idx = split[0].indexOf(':');