remove console log

This commit is contained in:
Jacob Overgaard
2024-04-26 15:24:07 +02:00
parent 4177b038fd
commit a8f299d8a8

View File

@@ -74,7 +74,6 @@ export class UmbAuthContext extends UmbContextBase<UmbAuthContext> {
}
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();