From: Cory Chaplin Date: Fri, 16 May 2014 08:54:19 +0000 (+0200) Subject: Removing console.log X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9e38acd57ba37400155e3b21f9866496c8921d31;p=KiwiIRC.git Removing console.log --- diff --git a/client/src/models/gateway.js b/client/src/models/gateway.js index 563e4b5..724fe8e 100644 --- a/client/src/models/gateway.js +++ b/client/src/models/gateway.js @@ -449,7 +449,6 @@ _kiwi.model.Gateway = function () { * @param {Function} callback A callback function */ this.wallops = function (connection_id, target, msg, callback) { - console.log(target); var args = { target: target, msg: msg