mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: remove log
This commit is contained in:
parent
05a6d785bf
commit
e8204fc2f0
@ -223,7 +223,6 @@ export class LifecycleWatcher {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#checkLifecycleComplete(): void {
|
#checkLifecycleComplete(): void {
|
||||||
console.log('Check Lifecycle for', this.#frame._id);
|
|
||||||
if (!checkLifecycle(this.#frame, this.#expectedLifecycle)) {
|
if (!checkLifecycle(this.#frame, this.#expectedLifecycle)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user