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 bcfdcc7 commit 7c5f0deCopy full SHA for 7c5f0de
commands/generate_reports.js
@@ -97,7 +97,6 @@ function download_artefact(
97
reject("Could not download artefacts for test id " + test_id);
98
}
99
} else if (error.request) {
100
- console.log("Got error: error in request",error.toJSON());
101
console.log(error.cause);
102
} else {
103
console.log("Got error:",error.toJSON());
@@ -223,7 +222,6 @@ function generate_report(args) {
223
222
const downloadPromises = [];
224
225
for (i = 0; i < build_info["data"].length; i++) {
226
- console.log("Downloading artefacts for ", build_info["data"][i]["test_id"]);
227
const downloadPromise = download_artefact(
228
username,
229
access_key,
0 commit comments