From 581d8b8a32cd7685f9b5e361fda85249f6092615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Wed, 25 Jan 2023 15:42:01 +0100 Subject: [PATCH] remove consolel.log --- .../users/current-user/current-user-header-app.element.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/users/current-user/current-user-header-app.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/users/current-user/current-user-header-app.element.ts index d36a7f09e6..d52ca87f5e 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/users/current-user/current-user-header-app.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/users/current-user/current-user-header-app.element.ts @@ -40,8 +40,6 @@ export class UmbCurrentUserHeaderApp extends UmbLitElement { if (!this._currentUserStore) return; this.observe(this._currentUserStore.currentUser, (currentUser) => { - - console.log("got user", currentUser); this._currentUser = currentUser; }); }