Commit b420f699179c4602f8d9b3479a029f07e4059698
1 parent
bdbea3cd
Exists in
master
and in
26 other branches
Removed console log
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/app/layout/blocks/login-block/login-block.component.ts
@@ -41,7 +41,6 @@ export class LoginBlockComponent { | @@ -41,7 +41,6 @@ export class LoginBlockComponent { | ||
41 | 41 | ||
42 | this.$scope.$on(AUTH_EVENTS.loginSuccess, () => { | 42 | this.$scope.$on(AUTH_EVENTS.loginSuccess, () => { |
43 | this.currentUser = this.session.currentUser(); | 43 | this.currentUser = this.session.currentUser(); |
44 | - console.debug("User: ", this.currentUser); | ||
45 | }); | 44 | }); |
46 | 45 | ||
47 | this.$scope.$on(AUTH_EVENTS.logoutSuccess, () => { | 46 | this.$scope.$on(AUTH_EVENTS.logoutSuccess, () => { |