Skip to content

Commit 4f5c418

Browse files
committed
chore: remove logs
1 parent e96802c commit 4f5c418

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/testObservability/reporter/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,6 @@ class MyReporter {
469469
hookData['hook_run'].finished_at = hookData['hook_run'].started_at;
470470
hookData['hook_run'].duration_in_ms = 0;
471471
}
472-
console.log(hookData);
473472
await uploadEventData(hookData);
474473
})
475474
this.hooksStarted = {};

0 commit comments

Comments
 (0)