diff options
-rw-r--r-- | tpblite/models/torrents.py | 2 |
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 |