mirror of
https://github.com/microsoft/playwright-cli.git
synced 2026-09-14 19:59:39 +08:00
chore: remove stray log
This commit is contained in:
@@ -48,7 +48,6 @@ export function runServer() {
|
||||
transport.onmessage = (message: string) => dispatcherConnection.dispatch(JSON.parse(message));
|
||||
dispatcherConnection.onmessage = (message: string) => transport.send(JSON.stringify(message));
|
||||
|
||||
console.log(require('playwright/browsers.json')['browsers']);
|
||||
const playwright = new Playwright(__dirname, require('playwright/browsers.json')['browsers']);
|
||||
(playwright as any).electron = new Electron();
|
||||
new PlaywrightDispatcher(dispatcherConnection.rootDispatcher(), playwright);
|
||||
|
||||
Reference in New Issue
Block a user