diff --git a/core/spotify_tools.py b/core/spotify_tools.py index bc78625..c31cd13 100644 --- a/core/spotify_tools.py +++ b/core/spotify_tools.py @@ -177,5 +177,4 @@ def write_tracks(tracks, text_file): tracks = spotify.next(tracks) else: break - log.info(track_urls) return track_urls