remove debugging messages

This commit is contained in:
thomasv 2013-02-23 10:00:33 +01:00
parent f0b255acba
commit 94fbad2965
1 changed files with 0 additions and 3 deletions

View 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'):