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"])