Browse Source

Removed print statement from rtorrent downloader

pull/3000/head
Dean Gardiner 11 years ago
parent
commit
61f1fdabd1
  1. 2
      couchpotato/core/downloaders/rtorrent_.py

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

Loading…
Cancel
Save