Removed debug output

This commit is contained in:
Paul Lamere 2014-07-07 17:40:52 +02:00
parent d8de7a8169
commit 61baf982f4
1 changed files with 1 additions and 2 deletions

View File

@ -17,10 +17,9 @@ try:
uri = result['artists']['items'][0]['uri']
related = sp.artist_related_artists(uri)
print 'related artists for', name
print 'Related artists for', name
for artist in related['artists']:
print ' ', artist['name']
except:
raise
print "usage show_related.py [artist-name]"