From bca60c8b1751556aee6304f7bedd8e771a61a6e9 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 20 Dec 2020 10:56:19 +0000 Subject: [PATCH] lazydeveloper: 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 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) {