diff --git a/wrappers/transactions.py b/wrappers/transactions.py index ea3b8d4973466c16108c62fa34b64b7f6434ceea..f4cc1f5bec5d154a2015ffe0de1fa8ad08599c52 100644 --- a/wrappers/transactions.py +++ b/wrappers/transactions.py @@ -159,7 +159,6 @@ Coins: """ % context_data for coin in self.coins: - print(coin) data = coin.split('-') context_data.update(hdc.coins.View(data[0], int(data[1]), self.server, self.port).get()) tx += '%(id)s, %(transaction)s\n' % context_data