mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-20 05:46:34 +00:00
remove logging
This commit is contained in:
@ -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)) {
|
||||
|
Reference in New Issue
Block a user