Skip to content

Commit

Permalink
revert(util): remove conole.log from aggregation helper
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan committed Aug 27, 2024
1 parent 2365c4c commit c43c5eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/if-run/util/aggregation-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export const aggregateInputsIntoOne = (
const metricsKeys: string[] = metrics.map(metric => Object.keys(metric)[0]);
const extendedMetrics = [...metricsKeys, ...AGGREGATION_ADDITIONAL_PARAMS];

console.log(extendedMetrics);

return inputs.reduce((acc, input, index) => {
for (const metric of extendedMetrics) {
if (!(metric in input)) {
Expand Down

0 comments on commit c43c5eb

Please sign in to comment.