remove superfluous stopPolling

This commit is contained in:
2025-06-05 17:53:34 +02:00
parent fcfa07d24c
commit 7e19a34d31

View File

@ -264,7 +264,6 @@
function onClose(evt) {
writeToScreen("disconnected\n");
stopPolling();
}
function onError(evt) {
@ -272,7 +271,6 @@
writeToScreen("Unable to connect to DIL5 as websocket is not connectable\n");
} else {
writeToScreen("error: " + evt.data + '\n');
stopPolling();
websocket.close();
}