mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
Remove relevant console log,
This commit is contained in:
@@ -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'){
|
||||
|
||||
Reference in New Issue
Block a user