diff --git a/couchpotato/core/providers/torrent/thepiratebay/main.py b/couchpotato/core/providers/torrent/thepiratebay/main.py
index 2a2433f05043984475c4bcaa5d0eb8421d63f062..1e47a710dd8585c7e6fbe1d81e9a7103757985bb 100644
--- a/couchpotato/core/providers/torrent/thepiratebay/main.py
+++ b/couchpotato/core/providers/torrent/thepiratebay/main.py
@@ -68,8 +68,6 @@ class ThePirateBay(TorrentMagnetProvider):
                     except:
                         pass
 
-                    print total_pages, page
-
                     entries = results_table.find_all('tr')
                     for result in entries[2:]:
                         link = result.find(href = re.compile('torrent\/\d+\/'))