Pretty print the log.

This commit is contained in:
Yuxin Wang 2018-09-26 21:15:26 -04:00
parent 930be3cb96
commit 144f0c8916

View file

@ -86,7 +86,6 @@ class Peer(MessageServer):
self._download_results[file] = Queue()
# wait until reply is ready
chunkinfo = self._download_results[file].get()
logger.debug(chunkinfo)
return True, 'File {} dowloaded to {}'.format(file, destination)
def exit(self):