From 6ca136f039418b6d2bb67219337cc54724bedf03 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Thu, 14 Mar 2019 19:59:51 +0530 Subject: [PATCH] Remove duplicate debuglog entry --- spotdl/internals.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spotdl/internals.py b/spotdl/internals.py index d255215..854a3dc 100644 --- a/spotdl/internals.py +++ b/spotdl/internals.py @@ -51,7 +51,6 @@ def input_link(links): def trim_song(tracks_file): """ Remove the first song from file. """ - log.debug("Removing downloaded song from tracks file") with open(tracks_file, "r") as file_in: data = file_in.read().splitlines(True) with open(tracks_file, "w") as file_out: