mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
remove debug throw
This commit is contained in:
parent
b2feaf2b4e
commit
6645f8f43b
@ -196,7 +196,6 @@ export class Member {
|
|||||||
connectLogItem = log;
|
connectLogItem = log;
|
||||||
await this.callIfNeeded(log);
|
await this.callIfNeeded(log);
|
||||||
});
|
});
|
||||||
throw new Error("connect failed!");
|
|
||||||
return connectLogItem;
|
return connectLogItem;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user