Remove debug line

This commit is contained in:
cnaude 2017-09-15 06:32:26 -07:00
parent f2f53ece48
commit 70aa4c4534
1 changed files with 0 additions and 1 deletions

View File

@ -502,7 +502,6 @@ public class ChatTokenizer {
if (hex.length() == 8) {
hex = hex.substring(2);
}
plugin.logError("HEX: " + hex);
if (nickname == null) {
nickname = "";
}