remove debug

This commit is contained in:
j 2016-01-17 16:36:13 +05:30
parent 0a4689387b
commit 9ceb1c80f4
1 changed files with 0 additions and 1 deletions

View File

@ -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)