Skip to content

Commit

Permalink
remove overseen t.Log in test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaissmai committed Sep 8, 2024
1 parent 25b71a6 commit 7c47de5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ func TestOverlapsNode(t *testing.T) {
}
seenResult[gotFast]++
}
t.Log(seenResult)
if len(seenResult) != 2 { // saw both intersections and non-intersections
t.Fatalf("didn't see both intersections and non-intersections\nIntersects: %d\nNon-intersects: %d", seenResult[true], seenResult[false])
}
Expand Down

0 comments on commit 7c47de5

Please sign in to comment.