remove console

This commit is contained in:
10G Meow 2024-03-03 21:27:51 +02:00 committed by N-Pex
parent cebda1686e
commit 87a3fc287d

View file

@ -187,9 +187,6 @@ export default {
},
banUser(member) {
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.showDialog = false;
}