Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
eFrane committed Dec 9, 2017
1 parent 63a7c8e commit bc13924
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/validation_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def __init__(self, id, queue, seen_list, check_pool, result):
def run(self):
sleep(1)
while not self.queue.empty():
Output.message(self.queue.qsize())
self.get_next_object()
if not self.is_seen_object():
try:
Expand Down

0 comments on commit bc13924

Please sign in to comment.