From 84b6ec601b6294e0caa728506e7194612db618b1 Mon Sep 17 00:00:00 2001 From: ritiek Date: Tue, 5 Dec 2017 22:29:20 +0530 Subject: [PATCH] Remove debug code --- spotdl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spotdl.py b/spotdl.py index a938bfa..7d17868 100755 --- a/spotdl.py +++ b/spotdl.py @@ -192,7 +192,6 @@ def feed_playlist(username): print('') playlist = misc.input_link(links) print('') - print(playlist) write_playlist(playlist['owner']['id'], playlist['id'])