remove debugging messages
authorthomasv <thomasv@gitorious>
Sat, 23 Feb 2013 09:00:33 +0000 (10:00 +0100)
committerthomasv <thomasv@gitorious>
Sat, 23 Feb 2013 09:00:33 +0000 (10:00 +0100)
lib/bitcoin.py

index 032a6d8..5cb240f 100644 (file)
@@ -598,9 +598,6 @@ class Transaction:
     
 
     def has_address(self, addr):
-        print self.inputs
-        print self.outputs
-        
         found = False
         for txin in self.inputs:
             if addr == txin.get('address'):