From a8f299d8a88f903fa1f2f86aa530db3e34b26145 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Fri, 26 Apr 2024 15:24:07 +0200 Subject: [PATCH] remove console log --- src/Umbraco.Web.UI.Client/src/packages/core/auth/auth.context.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/auth/auth.context.ts b/src/Umbraco.Web.UI.Client/src/packages/core/auth/auth.context.ts index a9aeae560e..b36f832037 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/auth/auth.context.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/auth/auth.context.ts @@ -74,7 +74,6 @@ export class UmbAuthContext extends UmbContextBase { } async #onStorageEvent(evt: StorageEvent) { - console.log('[AuthContext] Storage event', evt); if (evt.key === UMB_STORAGE_TOKEN_RESPONSE_NAME) { // Close any open auth windows this.#authWindowProxy?.close();