Commit 36e51381 by Guba Sándor

storage: removed logging

parent d9b61936
...@@ -276,8 +276,6 @@ class Disk(AclBase, TimeStampedModel): ...@@ -276,8 +276,6 @@ class Disk(AclBase, TimeStampedModel):
size = result.get(timeout=5) size = result.get(timeout=5)
break break
except TimeoutError: except TimeoutError:
logger.info(abortable_task)
logger.info(abortable_task.is_aborted())
if abortable_task and abortable_task.is_aborted(): if abortable_task and abortable_task.is_aborted():
AbortableAsyncResult(result.id).abort() AbortableAsyncResult(result.id).abort()
raise AbortException("Download aborted by user.") raise AbortException("Download aborted by user.")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment