Skip to content

Commit 026a012

Browse files
1 parent 63542b9 commit 026a012

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/spectral/ipa/metrics/metricS3Upload.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ 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-
2219
const table = tableFromJSON(metricsCollectionData);
2320
if (table === undefined) {
2421
throw new Error('Unable to transform metrics collection data to table');

0 commit comments

Comments
 (0)