aboutsummaryrefslogtreecommitdiffstats
path: root/queue2pgsql.py
diff options
context:
space:
mode:
Diffstat (limited to 'queue2pgsql.py')
-rw-r--r--queue2pgsql.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/queue2pgsql.py b/queue2pgsql.py
index a555846..f5be1d9 100644
--- a/queue2pgsql.py
+++ b/queue2pgsql.py
@@ -25,7 +25,6 @@ q.prune()
# Event loop
while True:
if q.empty() == True:
- print("Queue empty. Sleeping 10s")
time.sleep(10)
continue
task = q.pop()