More debug logging

This commit is contained in:
Simon
2018-11-18 11:15:23 -05:00
parent 98f43f817a
commit 254d6ea44e
2 changed files with 2 additions and 1 deletions

View File

@@ -86,7 +86,6 @@ class TaskManager:
self.db.log_result(task_result)
def queue_task(self, task: Task):
self.db.put_task(task)
print("Queued task and made it available to crawlers: " + str(task.website_id))