From 380cd6f8fe4c7b37325d0c8b43031fb7ae02e502 Mon Sep 17 00:00:00 2001 From: jvc56 Date: Thu, 16 Jan 2025 00:12:10 -0500 Subject: [PATCH] Remove print statement --- pkg/pair/cop/cop_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/pair/cop/cop_test.go b/pkg/pair/cop/cop_test.go index 494897acc..e02b458f0 100644 --- a/pkg/pair/cop/cop_test.go +++ b/pkg/pair/cop/cop_test.go @@ -667,7 +667,6 @@ func TestCOPConstraintPolicies(t *testing.T) { req.UseControlLoss = true req.Seed = 1 resp = cop.COPPair(ctx, req) - fmt.Println(resp.Log) // The control loss should force 1st to play either 2nd or 3rd since 4th // isn't hopeful enough. is.True(resp.Pairings[3] == int32(2) || resp.Pairings[3] == int32(0))