Diff of /wvdetection.js [1fa7c0] .. [4374a5]  Maximize  Restore

Switch to side-by-side view

--- a/wvdetection.js
+++ b/wvdetection.js
@@ -763,7 +763,6 @@
                 console.log("Received messages. Killing timer!");
             }
             var message = event.data;
-            console.log(message);
             if (message === "--INFO--\"Still polling the registration of the visualization. Is the visu stopped?\"") {
                 console.log("Webvisu stopped? Switching to different url!");
                 setTimeout(function() {self.switchToDifferentUrl()}, 1000);