libsaria: Remove print statement

I added it for debugging.  I don't need it anymore.
This commit is contained in:
Bryan Schumaker 2011-06-17 23:53:01 -04:00
parent 66d4d4979f
commit 97902d0730
1 changed files with 0 additions and 1 deletions

View File

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