Skip to content

Commit 7c5f0de

Browse files
Abhishek GadekarAbhishek Gadekar
authored andcommitted
remove extra logs
1 parent bcfdcc7 commit 7c5f0de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

commands/generate_reports.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ function download_artefact(
9797
reject("Could not download artefacts for test id " + test_id);
9898
}
9999
} else if (error.request) {
100-
console.log("Got error: error in request",error.toJSON());
101100
console.log(error.cause);
102101
} else {
103102
console.log("Got error:",error.toJSON());
@@ -223,7 +222,6 @@ function generate_report(args) {
223222
const downloadPromises = [];
224223

225224
for (i = 0; i < build_info["data"].length; i++) {
226-
console.log("Downloading artefacts for ", build_info["data"][i]["test_id"]);
227225
const downloadPromise = download_artefact(
228226
username,
229227
access_key,

0 commit comments

Comments
 (0)