Skip to content

Commit f1bce3b

Browse files
1 parent 964cfa7 commit f1bce3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/spectral/ipa/metrics/metricS3Upload.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ export async function uploadMetricCollectionDataToS3(filePath = config.defaultMe
1616
throw new Error('Loaded metrics collection data is empty');
1717
}
1818

19+
// Remove
20+
console.log(metricsCollectionData);
21+
1922
const table = tableFromJSON(metricsCollectionData);
2023
if (table === undefined) {
2124
throw new Error('Unable to transform metrics collection data to table');

0 commit comments

Comments
 (0)