Removed debug messages
This commit is contained in:
parent
eb9da1c520
commit
b75db23057
3 changed files with 0 additions and 2 deletions
Binary file not shown.
|
@ -462,8 +462,6 @@ public class ChatProcessing {
|
||||||
: sender.getName()),
|
: sender.getName()),
|
||||||
(mplayer != null ? mplayer.GetFormattedFlair()
|
(mplayer != null ? mplayer.GetFormattedFlair()
|
||||||
: ""), message));
|
: ""), message));
|
||||||
System.out.println(json.toString()); //TODO: TMP
|
|
||||||
System.out.println("Col 107: "+json.toString().charAt(107)); //TODO: TMP
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue