commit 0c786be46f0530d701092e1afeb744a02c3cf14e parent 489413d358209ea85d28af5e1261a2a3782d289b Author: ThomasV <thomasv@gitorious> Date: Tue, 11 Mar 2014 08:37:58 +0100 remove print statement Diffstat:
M | electrum | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/electrum b/electrum @@ -154,7 +154,6 @@ def run_command(cmd, password=None, args=[]): try: result = func(*args[1:]) except Exception: - print "ecxeption" traceback.print_exc(file=sys.stdout) sys.exit(1)