diff --git a/test/headful.spec.ts b/test/headful.spec.ts index 1085265a7ce50..b41eabc8ea934 100644 --- a/test/headful.spec.ts +++ b/test/headful.spec.ts @@ -143,7 +143,6 @@ describeChromeOnly('headful tests', function () { const devtoolsPageTarget = await browser.waitForTarget( (target) => target.type() === 'other' ); - console.log(devtoolsPageTarget); const page = await devtoolsPageTarget.page(); expect(await page.evaluate(() => 2 * 3)).toBe(6); await browser.close();