remove console
This commit is contained in:
parent
cebda1686e
commit
87a3fc287d
1 changed files with 0 additions and 3 deletions
|
|
@ -187,9 +187,6 @@ export default {
|
||||||
},
|
},
|
||||||
banUser(member) {
|
banUser(member) {
|
||||||
if (this.room) {
|
if (this.room) {
|
||||||
console.log(this.$matrix)
|
|
||||||
console.log(member.userId)
|
|
||||||
console.log(this.room.roomId)
|
|
||||||
this.$matrix.banUser(this.room.roomId, member.userId)
|
this.$matrix.banUser(this.room.roomId, member.userId)
|
||||||
this.showDialog = false;
|
this.showDialog = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue