diff options
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() { |