From 7327e75f3e7fc8c20fd536012e1ccfba71907fc8 Mon Sep 17 00:00:00 2001 From: Lloyd-Pottiger <60744015+Lloyd-Pottiger@users.noreply.github.com> Date: Tue, 26 Mar 2024 09:53:49 +0800 Subject: [PATCH] Remove uselesss println (#2383) Signed-off-by: Lloyd-Pottiger --- components/playground/instance/tiflash.go | 1 - 1 file changed, 1 deletion(-) diff --git a/components/playground/instance/tiflash.go b/components/playground/instance/tiflash.go index 84175b3ab1..79d976c40f 100644 --- a/components/playground/instance/tiflash.go +++ b/components/playground/instance/tiflash.go @@ -153,7 +153,6 @@ func (inst *TiFlashInstance) Start(ctx context.Context, version utils.Version) e if err != nil { return errors.Trace(err) } - fmt.Println("userConfig", userConfig) for _, arg := range runtimeConfig { // if user has set the config, skip it if !isKeyPresentInMap(userConfig, arg[0]) {