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

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/26859/head
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
1 changed files with 0 additions and 1 deletions

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() {