Skip to content

Commit 6c34e23

Browse files
committed
Remove duplicate code
1 parent a59b7d7 commit 6c34e23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/js/serial_backend.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ function onOpen(openInfo) {
332332
});
333333
} else {
334334
if (!serial.connected) {
335-
GUI.timeout_remove("connecting"); // kill connecting timer
336335
abortConnection();
337336
return;
338337
}

0 commit comments

Comments
 (0)