Browse Source

plot: remove unused label from loop

283
ThomasV 8 years ago
parent
commit
375885deb3
  1. 6
      plugins/plot/qt.py

6
plugins/plot/qt.py

@ -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)

Loading…
Cancel
Save