From cf1527b07dc6bb26acc974bf659d89abb383cb2a Mon Sep 17 00:00:00 2001 From: Ilya Hancharyk Date: Thu, 29 Aug 2024 09:24:19 +0200 Subject: [PATCH] EPMRPP-94763 || Cleanup code --- lib/reporter.js | 1 - 1 file changed, 1 deletion(-) 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 {