mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-31 17:13:57 +00:00
fix : remove debug logs
This commit is contained in:
parent
e670a8a0a1
commit
3811496280
1 changed files with 0 additions and 6 deletions
|
|
@ -119,12 +119,6 @@ func TestBorFilters(t *testing.T) {
|
|||
|
||||
}
|
||||
|
||||
temp := rawdb.ReadBorReceipt(db, block.Hash(), block.NumberU64())
|
||||
if temp != nil {
|
||||
fmt.Printf("temp: %+v\n", temp)
|
||||
fmt.Printf("temp.Logs: %+v\n", temp.Logs[0])
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
filter := NewBorBlockLogsRangeFilter(backend, sprint, 0, -1, []common.Address{addr}, [][]common.Hash{{hash1, hash2, hash3, hash4}})
|
||||
|
|
|
|||
Loading…
Reference in a new issue