Skip to content

Commit

Permalink
cmd: remove unnecessary arch log output in cdc cmd (#982)
Browse files Browse the repository at this point in the history
close #981
  • Loading branch information
wlwilliamx authored Feb 11, 2025
1 parent da9131f commit 02f02ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/cdc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,8 @@ func main() {
newarch = parseNewarchFlagFromOSArgs() || (os.Getenv("TICDC_NEWARCH") == "true")

if newarch || isNewArchEnabledByConfig(serverConfigFilePath) {
cmd.Println("=== Command to ticdc(new arch).")
addNewArchCommandTo(cmd)
} else {
cmd.Println("=== Command to ticdc(tiflow).")
tiflowCmd.AddTiCDCCommandTo(cmd)
}

Expand Down

0 comments on commit 02f02ae

Please sign in to comment.