From e25d9bd4fdc93e6106eefcfb60865e3fb265f959 Mon Sep 17 00:00:00 2001 From: Darren Date: Fri, 27 Jun 2014 22:33:59 +0100 Subject: [PATCH] Stop printing RAW commands to the console #558 --- client/src/misc/clientuicommands.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/misc/clientuicommands.js b/client/src/misc/clientuicommands.js index 5ea5e2f..935a89a 100644 --- a/client/src/misc/clientuicommands.js +++ b/client/src/misc/clientuicommands.js @@ -217,7 +217,6 @@ // A fallback action. Send a raw command to the server function unknownCommand (ev) { var raw_cmd = ev.command + ' ' + ev.params.join(' '); - console.log('RAW: ' + raw_cmd); this.app.connections.active_connection.gateway.raw(raw_cmd); } -- 2.25.1