diff --git a/couchpotato/core/notifications/core/main.py b/couchpotato/core/notifications/core/main.py index b5f51eae..162e8653 100644 --- a/couchpotato/core/notifications/core/main.py +++ b/couchpotato/core/notifications/core/main.py @@ -55,13 +55,6 @@ class CoreNotifier(Notification): addApiView('notification.listener', self.listener) - def test(): - while True: - time.sleep(1) - - addEvent('app.load', test) - - def markAsRead(self): ids = [x.strip() for x in getParam('ids').split(',')]