Remove debug logging

This commit is contained in:
Ian Davis 2023-01-25 09:44:52 +00:00
parent c6d279c853
commit b38d203e83

View File

@ -1007,9 +1007,6 @@ func (e *EthEvent) EthNewFilter(ctx context.Context, filterSpec *ethtypes.EthFil
return ethtypes.EthFilterID{}, err
}
fmt.Printf("REMOVEME: EthNewFilter.f=%+v\n", f)
return ethtypes.EthFilterID(f.ID()), nil
}