From: thomasv Date: Sat, 23 Feb 2013 09:00:33 +0000 (+0100) Subject: remove debugging messages X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=94fbad2965651d0c3374027e55c0b71b72560ecb;p=electrum-nvc.git remove debugging messages --- diff --git a/lib/bitcoin.py b/lib/bitcoin.py index 032a6d8..5cb240f 100644 --- a/lib/bitcoin.py +++ b/lib/bitcoin.py @@ -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'):