remove debug stuff

This commit is contained in:
jkaberg
2014-03-16 22:16:42 +01:00
parent f3cd569e77
commit db163e7bd1

View File

@@ -74,7 +74,6 @@ class qBittorrent(Downloader):
if len(torrent_hash) == 32:
torrent_hash = b16encode(b32decode(torrent_hash))
print torrent_hash
# Send request to qBittorrent
try:
self.qb.add_file(filedata)