remove debug throw

This commit is contained in:
Bruno Windels 2023-01-20 16:50:15 +01:00
parent b2feaf2b4e
commit 6645f8f43b

View File

@ -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;
}); });
} }