From 61f1fdabd131a9c89bae2aec6cfa3c312ed16f63 Mon Sep 17 00:00:00 2001 From: Dean Gardiner Date: Sat, 22 Mar 2014 02:46:05 +1300 Subject: [PATCH] Removed print statement from rtorrent downloader --- couchpotato/core/downloaders/rtorrent_.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/couchpotato/core/downloaders/rtorrent_.py b/couchpotato/core/downloaders/rtorrent_.py index d5dbf7d..6e5c4b6 100644 --- a/couchpotato/core/downloaders/rtorrent_.py +++ b/couchpotato/core/downloaders/rtorrent_.py @@ -70,8 +70,6 @@ class rTorrent(Downloader): if parsed.scheme in ['http', 'https']: url += self.conf('rpc_url') - print url - self.rt = RTorrent( url, self.conf('username'),