Skip to content

Commit

Permalink
spurious print. spotted by @steadicat. thanks
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Aug 11, 2010
1 parent 09d784f commit 11b6bf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion restkit/filters/basicauth.py
Expand Up @@ -14,7 +14,6 @@ def __init__(self, username, password):
self.credentials = (username, password)

def on_request(self, req, tries):
print tries
if tries < 2:
return
encode = base64.b64encode("%s:%s" % self.credentials)
Expand Down

0 comments on commit 11b6bf3

Please sign in to comment.