Skip to content

Commit 7327e75

Browse files
Remove uselesss println (#2383)
Signed-off-by: Lloyd-Pottiger <[email protected]>
1 parent 1ab96db commit 7327e75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/playground/instance/tiflash.go

-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ func (inst *TiFlashInstance) Start(ctx context.Context, version utils.Version) e
153153
if err != nil {
154154
return errors.Trace(err)
155155
}
156-
fmt.Println("userConfig", userConfig)
157156
for _, arg := range runtimeConfig {
158157
// if user has set the config, skip it
159158
if !isKeyPresentInMap(userConfig, arg[0]) {

0 commit comments

Comments
 (0)