remove the log for ScannerSkipUpdatePullTime (#19845)

fixes #19795, remove the noise in the log

Signed-off-by: wang yan <wangyan@vmware.com>
This commit is contained in:
Wang Yan 2024-01-15 17:47:16 +08:00 committed by GitHub
parent 04a140332e
commit fdc012c237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -253,7 +253,6 @@ func SkipAuditLogDatabase(ctx context.Context) bool {
// ScannerSkipUpdatePullTime returns the scanner skip update pull time setting
func ScannerSkipUpdatePullTime(ctx context.Context) bool {
log.Infof("skip_update_pull_time:%v", DefaultMgr().Get(ctx, common.ScannerSkipUpdatePullTime).GetBool())
return DefaultMgr().Get(ctx, common.ScannerSkipUpdatePullTime).GetBool()
}