diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-06-05 00:39:21 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-06-05 00:39:21 +0100 |
commit | 6872677a6da03a2a2218a17fcf8b6a54cece9b3f (patch) | |
tree | 4f7b89a292d125af68511ca3843ee93bd585b8ce /cao-common.js | |
parent | 8f97a5358c089bd563cf2f262a0834c7302529cd (diff) |
removed debug logs
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'cao-common.js')
-rw-r--r-- | cao-common.js | 2 |
1 files changed, 0 insertions, 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() { |