Skip to content

Commit

Permalink
remove redundant log in test
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatraju committed Aug 27, 2024
1 parent 47d7ec2 commit ac6b050
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/vt/vtgate/balancer/balancer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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]++
Expand Down

0 comments on commit ac6b050

Please sign in to comment.