diff options
Diffstat (limited to 'src/Chat.js')
-rw-r--r-- | src/Chat.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Chat.js b/src/Chat.js index 685524e..a90a5aa 100644 --- a/src/Chat.js +++ b/src/Chat.js @@ -80,7 +80,6 @@ class Chat extends Component { } processChatMessage(line) { - console.log("<< " + line); const args = line.split(":"); switch (args[0]) { case "MSG": |