Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jvc56 committed Jan 16, 2025
1 parent a74723d commit 380cd6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/pair/cop/cop_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 380cd6f

Please sign in to comment.