Removed print statement from rtorrent downloader

This commit is contained in:
Dean Gardiner
2014-03-22 02:46:05 +13:00
parent 28062eacb6
commit 61f1fdabd1

View File

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