Removed a bit of useless tracing in Firehose tracer

This commit is contained in:
Matthieu Vachon 2025-02-07 16:56:09 -05:00
parent 69012519aa
commit 5f3d5f3f19

View file

@ -706,7 +706,6 @@ func (f *Firehose) assignOrdinalAndIndexToReceiptLogs() {
callLogs := []*pbeth.Log{} callLogs := []*pbeth.Log{}
for _, call := range trx.Calls { for _, call := range trx.Calls {
firehoseTrace("checking call (reverted=%t logs=%d)", call.StateReverted, len(call.Logs))
if call.StateReverted { if call.StateReverted {
continue continue
} }