chore: cleanup log

This commit is contained in:
Nathan Walker
2025-09-09 09:59:41 -07:00
parent 61b636578f
commit 714f1c7b1a

View File

@@ -509,8 +509,6 @@ export class ActionBar extends ActionBarBase {
return; return;
} }
console.log('ActionBar._onTitlePropertyChanged', this.title);
if (page.frame) { if (page.frame) {
page.frame._updateActionBar(page); page.frame._updateActionBar(page);
} }