From 144f0c891654a32d81b968a928926e79443339bc Mon Sep 17 00:00:00 2001 From: Yuxin Wang Date: Wed, 26 Sep 2018 21:15:26 -0400 Subject: [PATCH] Pretty print the log. --- p2pfs/core/peer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/p2pfs/core/peer.py b/p2pfs/core/peer.py index bb5dde9..e7a69df 100644 --- a/p2pfs/core/peer.py +++ b/p2pfs/core/peer.py @@ -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):