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();