Removed debug messages

This commit is contained in:
Norbi Peti 2016-03-14 20:50:02 +01:00
parent eb9da1c520
commit b75db23057
3 changed files with 0 additions and 2 deletions

Binary file not shown.

View file

@ -462,8 +462,6 @@ public class ChatProcessing {
: sender.getName()),
(mplayer != null ? mplayer.GetFormattedFlair()
: ""), message));
System.out.println(json.toString()); //TODO: TMP
System.out.println("Col 107: "+json.toString().charAt(107)); //TODO: TMP
return true;
}
}