From 1267cdac4d9d840244df443609843a2da3e268ef Mon Sep 17 00:00:00 2001
From: Ruud <ruud@crashdummy.nl>
Date: Sun, 24 Feb 2013 00:18:10 +0100
Subject: [PATCH] Remove print from TPB provider

---
 couchpotato/core/providers/torrent/thepiratebay/main.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/couchpotato/core/providers/torrent/thepiratebay/main.py b/couchpotato/core/providers/torrent/thepiratebay/main.py
index 2a2433f0..1e47a710 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+\/'))
-- 
GitLab