1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

remove log

Signed-off-by: Sebastian Malton <smalton@mirantis.com>
This commit is contained in:
Sebastian Malton 2020-06-15 14:07:49 -04:00
parent 2b90d130c2
commit 86e09cb10e

View File

@ -83,7 +83,6 @@ export class ClusterStore extends KubeObjectStore<Cluster> {
}
getMetricsValues(source: Partial<IClusterMetrics>): [number, string][] {
console.log(source)
switch (this.metricType) {
case MetricType.CPU:
return normalizeMetrics(source.cpuUsage).data.result[0].values