Skip to content

Commit 5c85b31

Browse files
committed
batcheval: remove stray log line
Release note: none. Epic: none.
1 parent 3e7991d commit 5c85b31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/kv/kvserver/batcheval/cmd_add_sstable.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,6 @@ func EvalAddSSTable(
184184
}, nil
185185
}
186186

187-
log.Infof(ctx, "non-remote AddSSTable")
188-
189187
// Reject AddSSTable requests not writing at the request timestamp if requested.
190188
if AddSSTableRequireAtRequestTimestamp.Get(&cArgs.EvalCtx.ClusterSettings().SV) &&
191189
sstToReqTS.IsEmpty() {

0 commit comments

Comments
 (0)