Skip to content

Commit

Permalink
Remove uselesss println (#2383)
Browse files Browse the repository at this point in the history
Signed-off-by: Lloyd-Pottiger <[email protected]>
  • Loading branch information
Lloyd-Pottiger authored Mar 26, 2024
1 parent 1ab96db commit 7327e75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/playground/instance/tiflash.go
Original file line number Diff line number Diff line change
Expand Up @@ -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]) {
Expand Down

0 comments on commit 7327e75

Please sign in to comment.