Skip to content

Commit

Permalink
Remove leftover debug printf
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfirmak committed Oct 31, 2023
1 parent afb3b9e commit 52c7ec5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rpc/handlers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2496,7 +2496,6 @@ func TestTraceFallback(t *testing.T) {
handler := rpc.New(mockReader, nil, network, nil, client, nil, "", nil)

mockReader.EXPECT().BlockByNumber(gomock.Any()).DoAndReturn(func(number uint64) (block *core.Block, err error) {
fmt.Println("adasd", number)
return gateway.BlockByNumber(context.Background(), number)
}).AnyTimes()
mockReader.EXPECT().L1Head().Return(nil, db.ErrKeyNotFound).AnyTimes()
Expand Down

0 comments on commit 52c7ec5

Please sign in to comment.