From f2672cba007a3e7aa2ba3493875335caee955dbd Mon Sep 17 00:00:00 2001 From: Matt Lyon Date: Tue, 26 Nov 2019 21:47:43 +1100 Subject: removed print statements --- tpblite/models/torrents.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tpblite') 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 -- cgit v1.2.3