Browse Source

remove extra log

AjayTripathy 6 năm trước cách đây
mục cha
commit
742243b7d9
1 tập tin đã thay đổi với 0 bổ sung và 1 xóa
  1. 0 1
      pkg/costmodel/promparsers.go

+ 0 - 1
pkg/costmodel/promparsers.go

@@ -322,7 +322,6 @@ func GetNamespaceLabelsMetrics(queryResult interface{}, defaultClusterID string)
 			toReturn[nsKey] = val.GetLabels()
 		}
 	}
-	klog.Infof("NAMESPACE LABELS %v", toReturn)
 	return toReturn, nil
 }