remove debug
This commit is contained in:
parent
0a4689387b
commit
9ceb1c80f4
1 changed files with 0 additions and 1 deletions
|
@ -356,7 +356,6 @@ class Node(Thread):
|
|||
duration = (t2-t1).total_seconds()
|
||||
if duration:
|
||||
self.download_speed = len(content) / duration
|
||||
logger.debug('SPEED %s', ox.format_bits(self.download_speed))
|
||||
return item.save_file(content)
|
||||
except:
|
||||
logger.debug('download failed %s', url, exc_info=1)
|
||||
|
|
Loading…
Reference in a new issue