mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-25 19:21:18 +01:00
Remove debugging
This commit is contained in:
parent
8fffce8a30
commit
42988d373b
@ -91,7 +91,7 @@ export async function leaveRoomBehaviour(roomId: string) {
|
||||
}
|
||||
|
||||
let results: { [roomId: string]: Error & { errcode: string, message: string } } = {};
|
||||
if (!leavingAllVersions || true) {
|
||||
if (!leavingAllVersions) {
|
||||
try {
|
||||
await MatrixClientPeg.get().leave(roomId);
|
||||
} catch (e) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user