Remove debugging

pull/21833/head
Travis Ralston 2020-08-19 19:42:58 -06:00
parent 8fffce8a30
commit 42988d373b
1 changed files with 1 additions and 1 deletions

View File

@ -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) {