diff --git a/src/clients.py b/src/clients.py index 704bcaeb..08f0bbab 100644 --- a/src/clients.py +++ b/src/clients.py @@ -342,8 +342,6 @@ async def qbittorrent(self, path, torrent, local_path, remote_path, client, is_d if not path.endswith('/'): path += '/' - console.print("[red]Final Path:", path) - # Initialize qBittorrent client qbt_client = qbittorrentapi.Client( host=client['qbit_url'],