Skip to content

Commit

Permalink
print removed..
Browse files Browse the repository at this point in the history
  • Loading branch information
Mashape committed Apr 26, 2011
1 parent 6580057 commit d1e524e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mashape/http/tokenUtil.py
Expand Up @@ -35,5 +35,4 @@ def requestToken(self, devKey):
if len(errors) == 0:
return answer['token']
else:
print errors
raise MashapeClientException(errors[0]["message"], errors[0]["code"])

0 comments on commit d1e524e

Please sign in to comment.