From 4585d0b3f7e67dd187186ba7d2ac2b44fde0d043 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 25 Aug 2017 13:23:13 +0200 Subject: [PATCH] Removed debug code --- .../install/files/js/WoltLabSuite/Core/Notification/Handler.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Notification/Handler.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Notification/Handler.js index 06b8556ff3..63c7688931 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Notification/Handler.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Notification/Handler.js @@ -93,9 +93,6 @@ define(['Ajax', 'Core', 'EventHandler'], function(Ajax, Core, EventHandler) { * @protected */ _getNextDelay: function() { - // TODO: DEBUG ONLY - return 1; - if (_inactiveSince === 0) return 5; // milliseconds -> minutes -- 2.20.1