diff --git a/x/shared/session_test.go b/x/shared/session_test.go index 4e3cdf0a5..86eeb0f77 100644 --- a/x/shared/session_test.go +++ b/x/shared/session_test.go @@ -102,7 +102,6 @@ func TestGetEarliestProofCommitHeight_IsDeterministic(t *testing.T) { _, err := rand.Read(proofWindowOpenBlockHash[:]) if !assert.NoError(t, err) { - t.Log("cancelling") cancel() return }