X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=apt_p2p%2FCacheManager.py;h=e6a8408fb37422bb4f112c9fdd9d0d30c195e540;hb=f35f06144fbdb8f63f0cc43c37c5ec284b6a9aec;hp=6801e023d6e152e981e1021c3e1ee47e53ca9de9;hpb=3effe84f68e83e838bca36ae5b15069053c97e1b;p=quix0rs-apt-p2p.git diff --git a/apt_p2p/CacheManager.py b/apt_p2p/CacheManager.py index 6801e02..e6a8408 100644 --- a/apt_p2p/CacheManager.py +++ b/apt_p2p/CacheManager.py @@ -307,7 +307,6 @@ class CacheManager: hash = HashObject() df = hash.hashInThread(file) df.addBoth(self._doneHashing, file, walker) - df.addErrback(log.err) def _doneHashing(self, result, file, walker): """If successful, add the hashed file to the DB and inform the main program."""