Remove debug variable

This commit is contained in:
Ruud
2014-01-15 22:30:00 +01:00
parent 5ea13eeffd
commit f52cbd24f8
@@ -29,8 +29,6 @@ class rTorrent(Downloader):
url = self.conf('url')
if url:
url = 'http://localhost:8080/RPC2teasd/asdasd//'
host_split = splitString(url.split('://')[-1], split_on = '/')
self.conf('ssl', value = url.startswith('https'))