SABnzbd-Suite: remove debugging

This commit is contained in:
Tomislav Filipčić 2013-05-05 18:22:23 +02:00
parent bec9570909
commit 9a05766262

View File

@ -118,10 +118,8 @@ while (not xbmc.abortRequested):
# reset idle timer if queue is downloading/reparing/verifying/extracting
if sabIsActive:
xbmc.executebuiltin('InhibitIdleShutdown(true)')
xbmc.log('preventing sleep')
else:
xbmc.executebuiltin('InhibitIdleShutdown(false)')
xbmc.log('not preventing sleep')
# calculate and set the time to wake up at (if any)
if wakePeriodically: