Browse Source

Remove log statement from Exchange rate plugin

283
Maran 12 years ago
parent
commit
818d53fce2
  1. 2
      plugins/exchange_rate.py

2
plugins/exchange_rate.py

@ -53,8 +53,6 @@ class Exchanger(threading.Thread):
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…
Cancel
Save