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
@@ -33,7 +33,6 @@ export class SetRoomOwnerPage implements OnInit {
}
ngOnInit() {
console.log(this.members);
}
@@ -63,7 +62,6 @@ export class SetRoomOwnerPage implements OnInit {
let res:any = await this.wsChatMethodsService.addRoomOwner(this.roomId, user._id);
console.log(res);
if(res.error){
if(res.error.error == 'error-user-already-owner'){