chore: remove log

This commit is contained in:
Nikolay Vitkov 2024-04-23 15:09:19 +02:00
parent 05a6d785bf
commit e8204fc2f0

View File

@ -223,7 +223,6 @@ export class LifecycleWatcher {
}
#checkLifecycleComplete(): void {
console.log('Check Lifecycle for', this.#frame._id);
if (!checkLifecycle(this.#frame, this.#expectedLifecycle)) {
return;
}