Skip to content

Commit

Permalink
Removing extraneous log message (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Mar 12, 2018
1 parent eba19ea commit 83d82d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sia_load_tester/dataset_uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def upload(self):
job = self._upload_queue.get()
if (not self._process_upload_job_async(job)) and (job.failure_count
< 3):
logger.error('Adding to the queue again')
self._upload_queue.put(job)
self._sia_condition_waiter.wait_for_all_uploads_to_complete()
self._exit_event.set()
Expand Down

0 comments on commit 83d82d5

Please sign in to comment.