From 9e38acd57ba37400155e3b21f9866496c8921d31 Mon Sep 17 00:00:00 2001 From: Cory Chaplin Date: Fri, 16 May 2014 10:54:19 +0200 Subject: [PATCH] Removing console.log --- client/src/models/gateway.js | 1 - 1 file changed, 1 deletion(-) 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 -- 2.25.1