plot: remove unused label from loop

This commit is contained in:
ThomasV 2016-12-17 13:15:20 +01:00
parent b8328da99f
commit 375885deb3
1 changed files with 0 additions and 6 deletions

View File

@ -65,12 +65,6 @@ class Plugin(BasePlugin):
pending_trans += 1
value_val.append(1000.*value/COIN)
if tx_hash:
label = wallet.get_label(tx_hash)
label = label.encode('utf-8')
else:
label = ""
f, axarr = plt.subplots(2, sharex=True)