Removed spurious debug "print" statement.
This commit is contained in:
parent
99e8842ca5
commit
ca560acd86
@ -114,7 +114,6 @@ class _SnippetsFileParser(object):
|
||||
def parse(self):
|
||||
while self._line():
|
||||
head, tail = self._line_head_tail()
|
||||
print "head, tail=%r, %r" % (head, tail)
|
||||
if head == "extends":
|
||||
if tail:
|
||||
self._sm.add_extending_info(self._ft,
|
||||
|
Loading…
x
Reference in New Issue
Block a user