summaryrefslogtreecommitdiff
path: root/webapp/cao-mobile.js
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-06-23 15:18:38 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-06-23 15:18:38 +0100
commit349d467d9bae3e8d2cfd121ab63ad437a8e934bd (patch)
tree969a40b648c9a0b674ab5c608af9147252799762 /webapp/cao-mobile.js
parentf706345678fb53464b4aaa821fb21b9b48894150 (diff)
handle the case when no cards are collected
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'webapp/cao-mobile.js')
-rw-r--r--webapp/cao-mobile.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webapp/cao-mobile.js b/webapp/cao-mobile.js
index 3a35b24..c733df8 100644
--- a/webapp/cao-mobile.js
+++ b/webapp/cao-mobile.js
@@ -143,7 +143,6 @@ $(document).ready(function() {
};
cao.on_designate_card_ok = function(idx) {
- console.log('will remove : [' + idx + ']');
$played_cards.empty();
$played_cards.hide();