mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00
got rid of the print
This commit is contained in:
parent
de3f6dd87a
commit
689b424b0e
1 changed files with 0 additions and 1 deletions
|
@ -182,7 +182,6 @@ class Execer(object):
|
|||
idx = last_error_line - 1
|
||||
lines = input.splitlines()
|
||||
line, nlogical, idx = get_logical_line(lines, idx)
|
||||
print(repr(line), nlogical, idx)
|
||||
if input.endswith('\n'):
|
||||
lines.append('')
|
||||
if len(line.strip()) == 0:
|
||||
|
|
Loading…
Add table
Reference in a new issue