Skip to content

Commit

Permalink
Removed debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
a5anka committed Mar 28, 2012
1 parent 8159827 commit 17f8a97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion model/lyrdb_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def search_lyrics(self, artist, track):
message = ''
try:
url = SEARCH_URL % (urllib2.quote(artist), urllib2.quote(track))
print url
request = urllib2.urlopen(url)
response = request.read()
except:
Expand Down

0 comments on commit 17f8a97

Please sign in to comment.