Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
jwasinger committed Jan 15, 2025
1 parent e41ecb7 commit fbd661b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ethclient/simulated/backend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ func TestCheckGoroutineLeak(t *testing.T) {
l := leaks(stacks1, stacks2)
if len(l) > 0 {
var leakedGRs string
fmt.Println(len(l))
for _, leak := range l {
leakedGRs = leakedGRs + fmt.Sprintf("%s\n\n", leak)
}
Expand Down

0 comments on commit fbd661b

Please sign in to comment.