refactor: remove substreams logs

This commit is contained in:
Florian Pellissier
2024-06-11 13:47:49 +02:00
committed by Thales Lima
parent f0b82691f8
commit 84a3642f95

View File

@@ -170,7 +170,6 @@ pub fn map_protocol_changes(
.filter(|(log, _)| log.address == VAULT_ADDRESS) .filter(|(log, _)| log.address == VAULT_ADDRESS)
.filter_map(|(log, _)| { .filter_map(|(log, _)| {
let registered = abi::vault::events::PoolRegistered::match_and_decode(log)?; let registered = abi::vault::events::PoolRegistered::match_and_decode(log)?;
substreams::log::info!("{:?}", log);
Some(( Some((
tx.clone(), tx.clone(),
EntityChanges { EntityChanges {