remove logging

This commit is contained in:
Matthias 2021-11-30 22:36:02 +01:00
parent 44d08d77aa
commit 194c5c5857
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -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)) {