Remove debug message from HintIconMessageEncoder.

This commit is contained in:
Major-
2015-02-25 21:02:41 +00:00
parent e076fdf74f
commit b3befcac51
@@ -28,8 +28,6 @@ public final class HintIconMessageEncoder extends MessageEncoder<HintIconMessage
throw new IllegalStateException("Unsupported hint icon type " + type + ".");
}
System.out.println("type=" + type + ", index=" + message.getIndex().get());
return builder.toGamePacket();
}