diff --git a/osinaweb/osinacore/templates/main.html b/osinaweb/osinacore/templates/main.html
index 51d1bb16..7ceb9e5d 100644
--- a/osinaweb/osinacore/templates/main.html
+++ b/osinaweb/osinacore/templates/main.html
@@ -1215,8 +1215,7 @@
-
-
+
diff --git a/osinaweb/static/js/online/online-consumer.js b/osinaweb/static/js/online/online-consumer.js
index 24bd6bd7..335b8588 100644
--- a/osinaweb/static/js/online/online-consumer.js
+++ b/osinaweb/static/js/online/online-consumer.js
@@ -57,8 +57,6 @@ document.addEventListener("DOMContentLoaded", function () {
webSocket.onclose = function(event) {
console.log("WebSocket connection to online closed");
- console.log("Close event code:", event.code);
- console.log("Close event reason:", event.reason);
};
webSocket.onerror = function (error) {