From d07608522ffe31bb78e1823c28e218119695e9f5 Mon Sep 17 00:00:00 2001 From: emile Date: Thu, 11 Jul 2024 09:50:55 +0300 Subject: [PATCH] j --- osinaweb/osinacore/templates/main.html | 3 +-- osinaweb/static/js/online/online-consumer.js | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) 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) {