Skip to content

Commit d7193f9

Browse files
Abhishek GadekarAbhishek Gadekar
authored andcommitted
remove unecessary logs
1 parent d0ba7fc commit d7193f9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

commands/generate_reports.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,11 @@ function generate_report(args) {
150150
}
151151
args.session_id = lambda_run_obj.session_id;
152152
} catch (e) {
153-
console.log("Got error4 ",error.response);
154153
reject(
155154
"Error!! lambdatest_run.json file is tampered Err: " + e.message
156155
);
157156
}
158157
} else {
159-
console.log("Got error5",error.response);
160158
reject(
161159
"Error!! Last session details not found, lambdatest_run.json file not present!!"
162160
);
@@ -256,7 +254,6 @@ function generate_report(args) {
256254
})
257255
.catch((error) => {
258256
// This catch block will not be executed
259-
console.log("Error7",error);
260257
resolve("Done");
261258
});
262259

0 commit comments

Comments
 (0)