got rid of the print

This commit is contained in:
Anthony Scopatz 2017-03-02 01:05:10 -05:00
parent de3f6dd87a
commit 689b424b0e

View file

@ -182,7 +182,6 @@ class Execer(object):
idx = last_error_line - 1 idx = last_error_line - 1
lines = input.splitlines() lines = input.splitlines()
line, nlogical, idx = get_logical_line(lines, idx) line, nlogical, idx = get_logical_line(lines, idx)
print(repr(line), nlogical, idx)
if input.endswith('\n'): if input.endswith('\n'):
lines.append('') lines.append('')
if len(line.strip()) == 0: if len(line.strip()) == 0: