Remove relevant console log,

This commit is contained in:
Eudes Inácio
2022-04-28 09:32:27 +01:00
parent 3021e8b0e1
commit 2826cea9df
153 changed files with 1001 additions and 1132 deletions
+2 -2
View File
@@ -48,7 +48,7 @@ export class LoginPage implements OnInit {
ngOnInit() {
this.storageservice.get('theme').then((theme) =>{
console.log('LOGIN THEME',theme)
this.ThemeService.setTheme(theme)
})
}
@@ -133,7 +133,7 @@ export class LoginPage implements OnInit {
this.changeProfileService.run();
console.log(attempt.ChatData)
if(attempt.ChatData){
await this.authService.loginChat(attempt.ChatData.data);
await this.authService.loginToChatWs();