diff --git a/packages/puppeteer-core/src/cdp/LifecycleWatcher.ts b/packages/puppeteer-core/src/cdp/LifecycleWatcher.ts index a3f9dc22842..48b2b18a6e4 100644 --- a/packages/puppeteer-core/src/cdp/LifecycleWatcher.ts +++ b/packages/puppeteer-core/src/cdp/LifecycleWatcher.ts @@ -223,7 +223,6 @@ export class LifecycleWatcher { } #checkLifecycleComplete(): void { - console.log('Check Lifecycle for', this.#frame._id); if (!checkLifecycle(this.#frame, this.#expectedLifecycle)) { return; }