Remove log statement from Exchange rate plugin

This commit is contained in:
Maran 2013-09-30 16:55:16 +02:00
parent 6a17f935ce
commit 818d53fce2
1 changed files with 0 additions and 2 deletions

View File

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