From a0c7219db08c808546134319006bed759c11d9ac Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 29 May 2015 19:30:00 +0200 Subject: [PATCH] rm debugging print --- lib/commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/commands.py b/lib/commands.py index 29f4c783e..27779e90c 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -433,7 +433,6 @@ class Commands: def mktx_csv(self, path, fee = None, change_addr = None, domain = None): outputs = self._read_csv(path) - print outputs tx = self._mktx(outputs, fee, change_addr, domain) return tx