From 5f75d91ec58d3c8290af8bc92472f5d2fff1b5d4 Mon Sep 17 00:00:00 2001 From: John McLear Date: Tue, 9 Apr 2013 16:27:32 +0100 Subject: [PATCH] remove console log --- src/static/js/timeslider.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/static/js/timeslider.js b/src/static/js/timeslider.js index 8ff71b3cc..14f2c304f 100644 --- a/src/static/js/timeslider.js +++ b/src/static/js/timeslider.js @@ -80,7 +80,6 @@ function init() { socket.on('message', function(message) { if(window.console) console.log(message); -console.log(message); if(message.type == "CLIENT_VARS") { handleClientVars(message);