fix(autonode): Fix code scanning alert - Clear-text logging of sensitive information

close:#2434

Signed-off-by: leonrayang <chl696@sina.com>
This commit is contained in:
leonrayang 2023-08-07 18:49:25 +08:00 committed by leonrayang
parent 16d6d47e20
commit a45e203ffb

View File

@ -373,7 +373,6 @@ func accessAuthServer() {
if res, err = resp.KeyInfo.DumpJSONStr(); err != nil {
panic(err)
}
fmt.Printf(res + "\n")
}
case AddRaftNode: