Browse Source

remove debug stuff

pull/2987/head
jkaberg 11 years ago
parent
commit
db163e7bd1
  1. 1
      couchpotato/core/downloaders/qbittorrent_.py

1
couchpotato/core/downloaders/qbittorrent_.py

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

Loading…
Cancel
Save