Skip to content

Commit

Permalink
EPMRPP-94763 || Cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Aug 29, 2024
1 parent 7219cce commit cf1527b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/reporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ class Reporter {
const suiteFinishObj = this.prepareSuiteToFinish(suite);

if (isVideoRecordingEnabled && uploadVideo && isRootSuite) {
console.log('HERE');
const suiteInfo = this.suitesStackTempInfo[0];
this.finishSuiteWithVideo(suiteInfo, suiteFinishObj);
} else {
Expand Down

0 comments on commit cf1527b

Please sign in to comment.