Skip to content

Commit 616ed91

Browse files
committed
fix(ChromeTestConductor): do not print concole events to parent output
1 parent 669bb61 commit 616ed91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/conductor/ChromeTestConductor.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ export class ChromeTestConductor extends TestConductor {
6767
void page.exposeFunction(`${callbackPrefix}-reject`, rej)
6868
})
6969

70-
page.on('console', m => console.log(m.type(), m.text()))
71-
7270
const reporterId = this.reporterServer.registerReporter(reporter)
7371

7472
const childCode = `

0 commit comments

Comments
 (0)