From 375885deb32bfeb351213e1a9ea28d9aa1bae8c3 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 17 Dec 2016 13:15:20 +0100 Subject: [PATCH] plot: remove unused label from loop --- plugins/plot/qt.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins/plot/qt.py b/plugins/plot/qt.py index a344afcd..9015e8af 100644 --- a/plugins/plot/qt.py +++ b/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)