Skip to content
Snippets Groups Projects
Commit 36594ed6 authored by Seblu's avatar Seblu
Browse files

remove dangling print

parent d13770b3
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,6 @@ class Cli(object):
try:
argv = shlex.split(self.printer.getline(prompt), comments=True)
except ValueError as e:
print type(e)
self.printer.error("Lexer: %s"%str(e))
continue
if len(argv) == 0:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment