Skip to content

Commit

Permalink
remove debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GMHDBJD committed Oct 29, 2024
1 parent 12fc9b6 commit 77463ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/playground/playground.go
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ func (p *Playground) bootCluster(ctx context.Context, env *environment.Environme
}
// wait dm-master up before dm-worker
if cid == spec.ComponentDMWorker && !allDMMasterReady {
//p.waitAllDMMasterUp()
p.waitAllDMMasterUp()
allDMMasterReady = true
}

Expand Down

0 comments on commit 77463ff

Please sign in to comment.