Remove config content output before credential mask implemented (#26993)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
congqixia 2023-09-11 19:33:17 +08:00 committed by GitHub
parent adfb5298c6
commit 9e0977622d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,6 @@ func (bt *BaseTable) init() {
if !bt.config.skipRemote {
bt.initConfigsFromRemote()
}
log.Info("Got Config", zap.Any("configs", bt.mgr.GetConfigs()))
}
func (bt *BaseTable) initConfigsFromLocal() {