events: improve logging for geoip

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-03-18 15:16:43 +01:00
parent 01fc63fc98
commit 14f2522c3e
3 changed files with 8 additions and 5 deletions

View File

@ -46,7 +46,6 @@ export class RouterOutlet extends LitElement {
updated(): void {
if (!this.shadowRoot) return;
Array.from(this.shadowRoot?.children).forEach((el) => {
console.log("pageTitle" in el);
if ("pageTitle" in el) {
const title = (el as Page).pageTitle();
document.title = `${title} - ${TITLE_SUFFIX}`;