log tweaks

This commit is contained in:
tim
2024-10-23 01:25:55 -04:00
parent 012192cec6
commit afe75d1378

View File

@@ -148,7 +148,7 @@ async def handle_uniswap_swap(swap: EventData):
pool_prices[addr] = price
await ohlcs.update_all(addr, time, price)
await update_price_triggers(pool, price)
log.debug(f'pool {addr} {minutely(time)} {price}')
# log.debug(f'pool {addr} {minutely(time)} {price}')
async def handle_vault_created(created: EventData):