From 194c5c58577289fd7c2c188bf442d8b1acb1645e Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 30 Nov 2021 22:36:02 +0100 Subject: [PATCH] remove logging --- InvenTree/InvenTree/static/script/inventree/notification.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/InvenTree/InvenTree/static/script/inventree/notification.js b/InvenTree/InvenTree/static/script/inventree/notification.js index 4fc9b0ac77..d3ff9defe8 100644 --- a/InvenTree/InvenTree/static/script/inventree/notification.js +++ b/InvenTree/InvenTree/static/script/inventree/notification.js @@ -147,8 +147,6 @@ var notificationUpdateTic = 0; function notificationCheck(force = false) { notificationUpdateTic = notificationUpdateTic + 1; - console.log(notificationUpdateTic); - // refresh if forced or // if in focus and was not refreshed in the last 5 seconds if (force || (document.hasFocus() && notificationUpdateTic >= 5)) {