Remove log statement from Exchange rate plugin
This commit is contained in:
parent
6a17f935ce
commit
818d53fce2
@ -52,8 +52,6 @@ class Exchanger(threading.Thread):
|
|||||||
self.parent.emit(SIGNAL("refresh_balance()"))
|
self.parent.emit(SIGNAL("refresh_balance()"))
|
||||||
except KeyError:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
print self.quote_currencies
|
|
||||||
|
|
||||||
def get_currencies(self):
|
def get_currencies(self):
|
||||||
return [] if self.quote_currencies == None else sorted(self.quote_currencies.keys())
|
return [] if self.quote_currencies == None else sorted(self.quote_currencies.keys())
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user