From 1915d91926153e70ca3e05d459751abbf04b544c Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Thu, 27 Feb 2014 22:33:41 +0100 Subject: [PATCH] Removing a forgot print() --- wrappers/transactions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wrappers/transactions.py b/wrappers/transactions.py index ea3b8d49..f4cc1f5b 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 -- GitLab