From 181654b414575bdb8382a80647174ac84adfd2bb Mon Sep 17 00:00:00 2001 From: robweber Date: Sat, 3 Aug 2019 10:31:18 -0500 Subject: [PATCH] forgot to remove debug message --- scheduler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scheduler.py b/scheduler.py index 0debfd3..d7320b9 100644 --- a/scheduler.py +++ b/scheduler.py @@ -26,7 +26,6 @@ class BackupScheduler: #sleep for 2 minutes so Kodi can start and time can update correctly xbmc.sleep(1000 * 120) - utils.log("TESTING!") nr = 0 if(xbmcvfs.exists(self.next_run_path)):