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);