Skip to content

Commit

Permalink
Removed debug print statement. (No effect under normal circumstances)
Browse files Browse the repository at this point in the history
  • Loading branch information
defnull committed May 14, 2011
1 parent 53853ac commit 556a38a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bottle.py
Expand Up @@ -851,8 +851,6 @@ def urlparts(self):
@property
def url(self):
""" Full URL as requested by the client. """
if not hasattr(self.urlparts, 'geturl'):
print repr(self), repr(self.urlparts)
return self.urlparts.geturl()

@property
Expand Down

0 comments on commit 556a38a

Please sign in to comment.