Pull debug message

This commit is contained in:
Mike Primm 2011-05-11 23:11:54 -05:00 committed by FrozenCow
parent bc155e7a05
commit d09e54d116

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(':');