remove console.log

This commit is contained in:
Mads Rasmussen
2025-09-19 12:53:25 +02:00
parent 0f11ee3357
commit 5921950ea0

View File

@@ -173,7 +173,6 @@ export class UmbViewController extends UmbControllerBase {
this.#computeTitle();
// Check for parent view as it is undefined in a disassembling state and we do not want to update the title in that situation. [NL]
if (this.#providerCtrl && this.#parentView && this.#active) {
console.log('ttt', this.viewAlias, this);
this.#updateTitle();
}
},