mirror of
				https://github.com/KevinMidboe/spotify-downloader.git
				synced 2025-10-29 18:00:15 +00:00 
			
		
		
		
	Remove duplicate debuglog entry
This commit is contained in:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user