From 36594ed67babbfba9170391fc1d3eba34e934261 Mon Sep 17 00:00:00 2001
From: Seblu <sebastien.luttringer@smartjog.com>
Date: Mon, 3 Jan 2011 12:51:36 +0100
Subject: [PATCH] remove dangling print

---
 cccli/cli.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cccli/cli.py b/cccli/cli.py
index 97b6a11..68ca4f1 100644
--- a/cccli/cli.py
+++ b/cccli/cli.py
@@ -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:
-- 
GitLab