Skip to content

Commit 5d3aad9

Browse files
committed
allocatorimpl: remove leftover log lines
This commit removes leftover fmt.Println debug logs.
1 parent 968713d commit 5d3aad9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/kv/kvserver/allocator/allocatorimpl/allocator_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5140,7 +5140,6 @@ func TestAllocatorRebalanceMMAConflict(t *testing.T) {
51405140

51415141
for i, test := range tests {
51425142
t.Run(fmt.Sprintf("%d_%s", i+1, test.name), func(t *testing.T) {
5143-
fmt.Println("test.name", test.name)
51445143
mmaKnobs := &mmaintegration.TestingKnobs{
51455144
OverrideIsInConflictWithMMA: func(cand roachpb.StoreID) bool {
51465145
return test.mmaReturnsConflict

0 commit comments

Comments
 (0)