From 42641c520a0fa244529941f77064f068a2d310d1 Mon Sep 17 00:00:00 2001 From: Janez Troha Date: Mon, 2 Jul 2012 13:36:37 +0200 Subject: [PATCH] removing cachedump from publichd --- couchpotato/core/providers/torrent/publichd/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/couchpotato/core/providers/torrent/publichd/main.py b/couchpotato/core/providers/torrent/publichd/main.py index ca5c980b..cbd7efa4 100644 --- a/couchpotato/core/providers/torrent/publichd/main.py +++ b/couchpotato/core/providers/torrent/publichd/main.py @@ -47,7 +47,6 @@ class PublicHD(TorrentProvider): log.error('Failed to get data from %s.', searchUrl) return results - print data try: soup = BeautifulSoup(data)