diff --git a/lib/reporter.js b/lib/reporter.js index 6ad4aca..321dffb 100644 --- a/lib/reporter.js +++ b/lib/reporter.js @@ -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 {