Browse Source

disable logs

Maxim Sokhatsky 11 years ago
parent
commit
542da1c560
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/web/priv/static/app/js/okey/okey_protocol.js

+ 1 - 1
apps/web/priv/static/app/js/okey/okey_protocol.js

@@ -105,7 +105,7 @@ function OkeyApiProviderScope(scope) {
             return msg;
             return msg;
         },
         },
         emitEvent: function(raw,msg) {
         emitEvent: function(raw,msg) {
-            console.log(String(dec(raw)));
+//            console.log(String(dec(raw)));
             for (var event, i = eventMap.length, obj; i--; ) {
             for (var event, i = eventMap.length, obj; i--; ) {
                 event = eventMap[i];
                 event = eventMap[i];
                 found = (event == msg[0] || msg[event] != null);
                 found = (event == msg[0] || msg[event] != null);