Remove debug sleep

This commit is contained in:
Ruud
2012-09-26 21:12:14 +02:00
parent 86bf08cbd4
commit 2ac2b0ff06

View File

@@ -105,7 +105,6 @@ class Searcher(Plugin):
log.error('Search failed for %s: %s', (movie_dict['library']['identifier'], traceback.format_exc()))
self.in_progress['to_go'] -= 1
time.sleep(10)
# Break if CP wants to shut down
if self.shuttingDown():