From 6acc7bf7b73d328ba851ec92d8755b4ec04745cb Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Tue, 27 Jun 2023 17:26:41 +0200 Subject: [PATCH] cleanup output --- tidal_scrape.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tidal_scrape.py b/tidal_scrape.py index 6020e09..73d010c 100755 --- a/tidal_scrape.py +++ b/tidal_scrape.py @@ -97,7 +97,6 @@ def download_track( dest_path += '.m4a' if os.path.exists(dest_path) and SKIP_DOWNLOADED: - print(dest_path + " exists!") print("Skipping downloaded song") return False, "Skipping downloaded song"