Skip to content

Commit 340b67c

Browse files
Japneet Singh ChawlaJapneet Singh Chawla
authored andcommitted
extra log removed
1 parent 2d992bf commit 340b67c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

commands/generate_reports.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ function download_artefact(username, access_key, env, test_id, file_path) {
1111
return new Promise(function (resolve, reject) {
1212
let response_code;
1313
if (!fs.existsSync(file_path)) {
14-
console.log("Creating paths");
1514
fs.mkdirSync(file_path, { recursive: true });
1615
}
1716
let old_path = file_path;

0 commit comments

Comments
 (0)