Removed spurious debug "print" statement.

This commit is contained in:
Michael Henry 2009-09-09 06:39:18 -04:00
parent 99e8842ca5
commit ca560acd86

View File

@ -114,7 +114,6 @@ class _SnippetsFileParser(object):
def parse(self): def parse(self):
while self._line(): while self._line():
head, tail = self._line_head_tail() head, tail = self._line_head_tail()
print "head, tail=%r, %r" % (head, tail)
if head == "extends": if head == "extends":
if tail: if tail:
self._sm.add_extending_info(self._ft, self._sm.add_extending_info(self._ft,