Skip to content

Commit

Permalink
chore(qbtools): remove bogus log
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Oct 9, 2024
1 parent 863c848 commit cb663cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qbtools/commands/limiter.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ def __init__(app, logger):
logger.info("Starting limiter process...")

app.sabnzbd_host = parse_sabnzbd_host(app)
logger.info(app.sabnzbd_host)

def process():
qbittorrent_queue, qbittorrent_current_limit = qbittorrent_data(app)
Expand Down

0 comments on commit cb663cf

Please sign in to comment.