summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--main.mjs3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.mjs b/main.mjs
index 28e2dd4..5c74731 100644
--- a/main.mjs
+++ b/main.mjs
@@ -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)