From 97902d0730c0cf701125832e212866d3e9c4e86e Mon Sep 17 00:00:00 2001 From: Bryan Schumaker Date: Fri, 17 Jun 2011 23:53:01 -0400 Subject: [PATCH] libsaria: Remove print statement I added it for debugging. I don't need it anymore. --- libsaria/path/lastfm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libsaria/path/lastfm.py b/libsaria/path/lastfm.py index fea8cbad..34bf8dee 100644 --- a/libsaria/path/lastfm.py +++ b/libsaria/path/lastfm.py @@ -69,7 +69,6 @@ def lfm_cache_album(artist, album, title, file): return False def get_album_art(attrs): - print attrs file = cache.get_item(attrs["artist"], attrs["album"], attrs["title"], "Folder.jpg", lfm_cache_album) callbacks.get_art(file, attrs["id"])