diff --git a/go/vt/vtgate/balancer/balancer_test.go b/go/vt/vtgate/balancer/balancer_test.go index bdfd3803609..1c6a72421fc 100644 --- a/go/vt/vtgate/balancer/balancer_test.go +++ b/go/vt/vtgate/balancer/balancer_test.go @@ -301,7 +301,6 @@ func TestBalancedPick(t *testing.T) { th := b.Pick(target, tablets) if i == 0 { t.Logf("Target Flows %v, Balancer: %s\n", expectedPerCell, b.print()) - t.Logf(b.print()) } routed[th.Tablet.Alias.Uid]++