diff --git a/src/if-run/util/aggregation-helper.ts b/src/if-run/util/aggregation-helper.ts index 4629d9bc..e573720b 100644 --- a/src/if-run/util/aggregation-helper.ts +++ b/src/if-run/util/aggregation-helper.ts @@ -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)) {