diff options
| -rw-r--r-- | main.mjs | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -628,9 +628,6 @@ class CommunicationForm extends Form { } async connect() { - if (! this.#handler) { - return - } await this.#handler.connect() this.#countdown.start() await this.#handler.dispatch(this.#handshakeCommand) |
