Skip to content

Commit

Permalink
Remove print statement from encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
gakimball committed Oct 15, 2014
1 parent a30b403 commit 9bc3ed7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion encode.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class foundationParser(HTMLParser):

def __init__(self, string):
HTMLParser.__init__(self)
print vars(self)
self.feed(string)
self.close()
self.reset()
Expand Down

0 comments on commit 9bc3ed7

Please sign in to comment.