Removing console.log
authorCory Chaplin <cory.chaplin@laposte.net>
Fri, 16 May 2014 08:54:19 +0000 (10:54 +0200)
committerCory Chaplin <cory.chaplin@laposte.net>
Fri, 16 May 2014 08:54:19 +0000 (10:54 +0200)
client/src/models/gateway.js

index 563e4b53286dfb84d949838ce15ced9827dacef7..724fe8e9b19bf70e0ceeb9ccdf0e93e0cf542c93 100644 (file)
@@ -449,7 +449,6 @@ _kiwi.model.Gateway = function () {
     *   @param  {Function}  callback    A callback function\r
     */\r
     this.wallops = function (connection_id, target, msg, callback) {\r
-        console.log(target);\r
         var args = {\r
             target: target,\r
             msg: msg\r