diff options
| author | Li Zhineng <[email protected]> | 2025-07-12 15:35:21 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2025-07-12 15:35:21 +0800 |
| commit | 3f07ce0826968c1461e7bf6c3e8072bc18862416 (patch) | |
| tree | 887ac24b891e2d3834e00a56d609f651601d397c | |
| parent | 69b1017a6cab8327e9321c8af428dc038e3cd6e0 (diff) | |
| download | setup-3f07ce0826968c1461e7bf6c3e8072bc18862416.tar.gz setup-3f07ce0826968c1461e7bf6c3e8072bc18862416.zip | |
remove unnecesarilly
| -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) |
