瀏覽代碼

Remove Misleading Provider Log (#3693)

Signed-off-by: Nik Willwerth <nwillwerth@kubecost.com>
nik-kc 1 月之前
父節點
當前提交
ef5cf7ec54
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      pkg/cloud/provider/providerconfig.go

+ 0 - 1
pkg/cloud/provider/providerconfig.go

@@ -88,7 +88,6 @@ func (pc *ProviderConfig) loadConfig(writeIfNotExists bool) (*models.CustomPrici
 
 	// File Doesn't Exist
 	if !exists {
-		log.Infof("Could not find Custom Pricing file at path '%s'", pc.configFile.Path())
 		pc.customPricing = DefaultPricing()
 		// If config file is not present use the contents from mount models/ as pricing data
 		// in closed source rather than from from  DefaultPricing as first source of truth.