aboutsummaryrefslogtreecommitdiffstats
path: root/tpblite/models
diff options
context:
space:
mode:
Diffstat (limited to 'tpblite/models')
-rw-r--r--tpblite/models/torrents.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tpblite/models/torrents.py b/tpblite/models/torrents.py
index dd63358..27adddf 100644
--- a/tpblite/models/torrents.py
+++ b/tpblite/models/torrents.py
@@ -86,8 +86,6 @@ class Torrents(object):
'''
rows = soup.body.find_all('tr')
# remove first and last entries
- print(len(rows))
- print(rows)
del rows[0]
del rows[-1]
return rows