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):