File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -475,10 +475,6 @@ const RequestQueueHandler = require('./requestQueueHandler');
475
475
exports . requestQueueHandler = new RequestQueueHandler ( ) ;
476
476
477
477
exports . uploadEventData = async ( eventData , run = 0 ) => {
478
- exports . debug ( "I aminside upload event data" )
479
- exports . debug ( JSON . stringify ( eventData ) )
480
- consoleHolder . log ( "I aminside upload event data" )
481
- consoleHolder . log ( JSON . stringify ( eventData ) )
482
478
const log_tag = {
483
479
[ 'TestRunStarted' ] : 'Test_Start_Upload' ,
484
480
[ 'TestRunFinished' ] : 'Test_End_Upload' ,
Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ class MyReporter {
103
103
104
104
. on ( EVENT_HOOK_END , async ( hook ) => {
105
105
if ( this . testObservability == true ) {
106
- // console.log("At hook end bool", this.runStatusMarkedHash[hook.hookAnalyticsId])
107
106
if ( ! this . runStatusMarkedHash [ hook . hookAnalyticsId ] ) {
108
107
if ( ! hook . hookAnalyticsId ) {
109
108
/* Hook objects don't maintain uuids in Cypress-Mocha */
@@ -112,7 +111,7 @@ class MyReporter {
112
111
} else {
113
112
this . runStatusMarkedHash [ hook . hookAnalyticsId ] = true ;
114
113
}
115
- console . log ( "Sending hook finished " , hook . hookAnalyticsId ) ;
114
+
116
115
// Remove hooks added at hook start
117
116
delete this . hooksStarted [ hook . hookAnalyticsId ] ;
118
117
await this . sendTestRunEvent ( hook , undefined , false , "HookRunFinished" ) ;
You can’t perform that action at this time.
0 commit comments