Remove debugging
This commit is contained in:
parent
8fffce8a30
commit
42988d373b
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ export async function leaveRoomBehaviour(roomId: string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
let results: { [roomId: string]: Error & { errcode: string, message: string } } = {};
|
let results: { [roomId: string]: Error & { errcode: string, message: string } } = {};
|
||||||
if (!leavingAllVersions || true) {
|
if (!leavingAllVersions) {
|
||||||
try {
|
try {
|
||||||
await MatrixClientPeg.get().leave(roomId);
|
await MatrixClientPeg.get().leave(roomId);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue