Skip to content

Commit 164f302

Browse files
committed
removed debug print
1 parent 323f43b commit 164f302

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

parsers/parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,6 @@ def set_closing_string(match):
676676
if match is not None:
677677
s = match.group(0).strip()[0:3]
678678
if s in ['"""', "'''"]:
679-
print('setting closing string to {}'.format(s))
680679
self.closing_string = s
681680
else:
682681
raise Exception('could not find closing string. Match was: {}'.format(match))

0 commit comments

Comments
 (0)