From 6872677a6da03a2a2218a17fcf8b6a54cece9b3f Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Fri, 5 Jun 2015 00:39:21 +0100 Subject: removed debug logs Signed-off-by: Olivier Gayot --- cao-common.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/cao-common.js b/cao-common.js index 8a97aba..2e62d2b 100644 --- a/cao-common.js +++ b/cao-common.js @@ -150,7 +150,6 @@ var CAO = function() { }; var handle_notif = function(notif) { - console.log(notif); if (map_handle_notif[notif['op']]) { map_handle_notif[notif['op']](notif['content']); } else { @@ -230,7 +229,6 @@ var CAO = function() { }; request_queue.push('view_player_cards'); - console.log(request); ws.send(JSON.stringify(request)); }; this.request_show_black_card = function() { -- cgit v1.2.3