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)