diff --git a/xonsh/execer.py b/xonsh/execer.py index 62d32a3ef..69efa0d80 100644 --- a/xonsh/execer.py +++ b/xonsh/execer.py @@ -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: