refactor: remove substreams logs
This commit is contained in:
committed by
Thales Lima
parent
f0b82691f8
commit
84a3642f95
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user