summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2025-07-12 15:35:21 +0800
committerLi Zhineng <[email protected]>2025-07-12 15:35:21 +0800
commit3f07ce0826968c1461e7bf6c3e8072bc18862416 (patch)
tree887ac24b891e2d3834e00a56d609f651601d397c
parent69b1017a6cab8327e9321c8af428dc038e3cd6e0 (diff)
downloadsetup-3f07ce0826968c1461e7bf6c3e8072bc18862416.tar.gz
setup-3f07ce0826968c1461e7bf6c3e8072bc18862416.zip
remove unnecesarilly
-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)