Browse Source

rm console log

pull/3/head
rozetko 1 month ago
parent
commit
5d4180a270
  1. 1
      src/utils.ts

1
src/utils.ts

@ -34,7 +34,6 @@ export function getLastMetricValue(
}
export function filterMetricListByAlias(list: any[], alias: string | undefined, option: string): any[] {
console.log(list);
const filteredSeries = _.filter(list, (serie) => serie.alias === alias);
if (filteredSeries.length === 0) {
throw new Error(`${option}: Can't find metric for ${alias} name.`);

Loading…
Cancel
Save