diff --git a/src/static/js/timeslider.js b/src/static/js/timeslider.js index 0830720d5..a3d8a462b 100644 --- a/src/static/js/timeslider.js +++ b/src/static/js/timeslider.js @@ -71,7 +71,6 @@ function init() { // route the incoming messages socket.on('message', (message) => { - console.log(message.type); if (message.type == 'CLIENT_VARS') { handleClientVars(message); } else if (message.accessStatus) {