mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 01:13:45 +00:00
Removed a bit of useless tracing in Firehose tracer
This commit is contained in:
parent
69012519aa
commit
5f3d5f3f19
1 changed files with 1 additions and 2 deletions
|
|
@ -706,7 +706,6 @@ func (f *Firehose) assignOrdinalAndIndexToReceiptLogs() {
|
|||
|
||||
callLogs := []*pbeth.Log{}
|
||||
for _, call := range trx.Calls {
|
||||
firehoseTrace("checking call (reverted=%t logs=%d)", call.StateReverted, len(call.Logs))
|
||||
if call.StateReverted {
|
||||
continue
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue