Skip to content
Snippets Groups Projects
Commit 1915d919 authored by inso's avatar inso
Browse files

Removing a forgot print()

parent d394c0f5
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,6 @@ Coins: ...@@ -159,7 +159,6 @@ Coins:
""" % context_data """ % context_data
for coin in self.coins: for coin in self.coins:
print(coin)
data = coin.split('-') data = coin.split('-')
context_data.update(hdc.coins.View(data[0], int(data[1]), self.server, self.port).get()) context_data.update(hdc.coins.View(data[0], int(data[1]), self.server, self.port).get())
tx += '%(id)s, %(transaction)s\n' % context_data tx += '%(id)s, %(transaction)s\n' % context_data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment