We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63542b9 commit 026a012Copy full SHA for 026a012
tools/spectral/ipa/metrics/metricS3Upload.js
@@ -16,9 +16,6 @@ export async function uploadMetricCollectionDataToS3(filePath = config.defaultMe
16
throw new Error('Loaded metrics collection data is empty');
17
}
18
19
- // Remove
20
- console.log(metricsCollectionData);
21
-
22
const table = tableFromJSON(metricsCollectionData);
23
if (table === undefined) {
24
throw new Error('Unable to transform metrics collection data to table');
0 commit comments