Skip to content

Commit

Permalink
removing print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jhjaggars authored and bstansberry committed Feb 13, 2012
1 parent af45df8 commit 02a53fd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ def getOption(self, optionname, default=0):
any of the option names is returned."""

def _check(key):
print "looking for", key, "in", optionname
if hasattr(optionname, "__iter__"):
return key in optionname
else:
Expand Down

0 comments on commit 02a53fd

Please sign in to comment.