From db163e7bd13c8b48cd375b914509d3ff89c23b50 Mon Sep 17 00:00:00 2001 From: jkaberg Date: Sun, 16 Mar 2014 22:16:42 +0100 Subject: [PATCH] remove debug stuff --- couchpotato/core/downloaders/qbittorrent_.py | 1 - 1 file changed, 1 deletion(-) diff --git a/couchpotato/core/downloaders/qbittorrent_.py b/couchpotato/core/downloaders/qbittorrent_.py index 61f8f8b2..349af176 100644 --- a/couchpotato/core/downloaders/qbittorrent_.py +++ b/couchpotato/core/downloaders/qbittorrent_.py @@ -74,7 +74,6 @@ class qBittorrent(Downloader): if len(torrent_hash) == 32: torrent_hash = b16encode(b32decode(torrent_hash)) - print torrent_hash # Send request to qBittorrent try: self.qb.add_file(filedata)