Skip to content

Commit

Permalink
fixed some problems in chat client.
Browse files Browse the repository at this point in the history
  • Loading branch information
JuKu committed Oct 26, 2016
1 parent 867fce9 commit 18ac587
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ public static void startConsole (Client client, BufferedReader reader) {
} else {
//its an chat message
ChatMessage msg = ChatMessage.create(line);
System.out.println("debug: " + msg.toJSON().toString());
client.sendMessageToServer(msg.toJSON());
}
}
Expand Down

0 comments on commit 18ac587

Please sign in to comment.