URI: 
       tplot: remove unused label from loop - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 375885deb32bfeb351213e1a9ea28d9aa1bae8c3
   DIR parent b8328da99ffa4e0638c22ce9f86ce924a202b819
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Sat, 17 Dec 2016 13:15:20 +0100
       
       plot: remove unused label from loop
       
       Diffstat:
         M plugins/plot/qt.py                  |       6 ------
       
       1 file changed, 0 insertions(+), 6 deletions(-)
       ---
   DIR diff --git a/plugins/plot/qt.py b/plugins/plot/qt.py
       t@@ -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)