From d3f3f729f5fbbd4afd41c7e373700afead32a236 Mon Sep 17 00:00:00 2001 From: inpos Date: Thu, 17 Mar 2016 22:34:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B5=D0=BD=D1=83=D0=B6=D0=BD=D1=8B?= =?UTF-8?q?=D0=B9=20=D0=BB=D0=BE=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pyrrent2http/pyrrent2http.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pyrrent2http/pyrrent2http.py b/lib/pyrrent2http/pyrrent2http.py index a0bffc7..6089b27 100644 --- a/lib/pyrrent2http/pyrrent2http.py +++ b/lib/pyrrent2http/pyrrent2http.py @@ -330,7 +330,6 @@ class TorrentFS(object): file_.downloaded = self.getFileDownloadedBytes(i) if file_.size > 0: file_.progress = float(file_.downloaded)/float(file_.size) - logging.info('adding file: %s' % (file_.name,)) files_.append(file_) return files_ def __file_at_(self, index):