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'),