aboutsummaryrefslogtreecommitdiffstats
path: root/tpblite/models/torrents.py
diff options
context:
space:
mode:
Diffstat (limited to 'tpblite/models/torrents.py')
-rw-r--r--tpblite/models/torrents.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tpblite/models/torrents.py b/tpblite/models/torrents.py
index 32b6b5f..677d8ba 100644
--- a/tpblite/models/torrents.py
+++ b/tpblite/models/torrents.py
@@ -110,7 +110,6 @@ class Torrents(object):
del rows[-1]
return rows
else:
- print('No torrents found!')
return []
def getBestTorrent(self, min_seeds=30, min_filesize='1 GiB', max_filesize='4 GiB'):