From 52dd73dc88b455de26bed69b7979cdc9569072e7 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 27 May 2012 12:54:20 +0200 Subject: [PATCH] Leftover debug code --- couchpotato/core/notifications/core/main.py | 7 ------- 1 file changed, 7 deletions(-) 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(',')]