electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 818d53fce2c1e4b590d253822b638a033bb4b72c
parent 6a17f935ce4fe374c7826a12b03a688cf05108a4
Author: Maran <maran.hidskes@gmail.com>
Date:   Mon, 30 Sep 2013 16:55:16 +0200

Remove log statement from Exchange rate plugin

Diffstat:
Mplugins/exchange_rate.py | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/plugins/exchange_rate.py b/plugins/exchange_rate.py @@ -52,8 +52,6 @@ class Exchanger(threading.Thread): self.parent.emit(SIGNAL("refresh_balance()")) except KeyError: pass - - print self.quote_currencies def get_currencies(self): return [] if self.quote_currencies == None else sorted(self.quote_currencies.keys())