trm debugging print - electrum - Electrum Bitcoin wallet
 (HTM) git clone https://git.parazyd.org/electrum
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
       ---
 (DIR) commit a0c7219db08c808546134319006bed759c11d9ac
 (DIR) parent a36ab7c814d9f35a492eafcbe5551e27e0566999
 (HTM) Author: ThomasV <thomasv@gitorious>
       Date:   Fri, 29 May 2015 19:30:00 +0200
       
       rm debugging print
       
       Diffstat:
         M lib/commands.py                     |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/lib/commands.py b/lib/commands.py
       t@@ -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