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]) {