diff --git a/oml/nodes.py b/oml/nodes.py index d61a7b9..cc02fd8 100644 --- a/oml/nodes.py +++ b/oml/nodes.py @@ -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)