mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
Remove log statement from Exchange rate plugin
This commit is contained in:
parent
6a17f935ce
commit
818d53fce2
1 changed files with 0 additions and 2 deletions
|
@ -53,8 +53,6 @@ class Exchanger(threading.Thread):
|
|||
except KeyError:
|
||||
pass
|
||||
|
||||
print self.quote_currencies
|
||||
|
||||
def get_currencies(self):
|
||||
return [] if self.quote_currencies == None else sorted(self.quote_currencies.keys())
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue