Skip to content

Commit

Permalink
Remove logging statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryszard committed Jul 23, 2009
1 parent bda386e commit 59c070b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion netflix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def __new__(self, label=None, scheme=None, term=None, content=None):
return unicode.__new__(self, term)

def __init__(self, label=None, scheme=None, term=None, content=None):
logging.debug("%s", (label, scheme, term, content))
self.label, self.scheme, self.term, self.content = label, scheme, term, content

def __repr__(self):
Expand Down

0 comments on commit 59c070b

Please sign in to comment.