Commit 36594ed6 authored by Seblu's avatar Seblu
Browse files

remove dangling print

parent d13770b3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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: