Commit b420f699179c4602f8d9b3479a029f07e4059698

Authored by Carlos Purificação
1 parent bdbea3cd

Removed console log

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, () => {