Remove debug prints
This commit is contained in:
parent
ffc95d8f99
commit
e178b49df5
|
@ -85,7 +85,6 @@ class KrakenDepoFetcher(DepoFetcher):
|
|||
raise NotImplementedError("work in progress")
|
||||
"""
|
||||
json = self.client.query_private('DepositStatus',data={'start':1})
|
||||
print(json)
|
||||
results = []
|
||||
for v in json['result']:
|
||||
asset = parse_asset_from_ticker(v['asset'])
|
||||
|
@ -134,7 +133,6 @@ def parse_from_ledger(ledger_items: list[dict[str,str]]) -> Iterator:
|
|||
collected_items.setdefault(item['refid'], []).append(item)
|
||||
|
||||
for refid, items in collected_items.items():
|
||||
print(refid, items)
|
||||
assert len(items) <= 2
|
||||
|
||||
if items[0]['type'] == 'deposit':
|
||||
|
|
Loading…
Reference in New Issue
Block a user