diff --git a/network-poc/static/index.html b/network-poc/static/index.html
index cce2e48..cfeb178 100644
--- a/network-poc/static/index.html
+++ b/network-poc/static/index.html
@@ -3306,11 +3306,7 @@ Write the corrected code.`;
}
}
- // Automaattinen uudelleenkäynnistys: jos malli oli ladattu ennen refreshiä, ladataan se uudelleen cachesta
- if (localStorage.getItem('kpn-coder-loaded') === 'true') {
- // Pieni viive jotta UI ehtii piirtyä
- setTimeout(() => ensureCoderNode(), 500);
- }
+ // Mallia EI ladata automaattisesti — käyttäjä käynnistää itse: kpn load
// Laskentasolmun käynnistys/pysäytys -nappi
let computeAbortController = null;