remove consolel.log
This commit is contained in:
@@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user