Remove unnecessary logging

This commit is contained in:
shortcutme 2016-09-09 12:23:26 +02:00
parent c8325589cc
commit 7d78623c92

View file

@ -43,7 +43,6 @@ class Peer(object):
self.download_time = 0 # Time spent to download self.download_time = 0 # Time spent to download
def __getattr__(self, key): def __getattr__(self, key):
self.site.log.debug("PeerHashfield %s" % (self.key))
if key == "hashfield": if key == "hashfield":
self.hashfield = PeerHashfield() self.hashfield = PeerHashfield()
return self.hashfield return self.hashfield