diff --git a/index.html b/index.html
index 98875b8..8a1abf5 100644
--- a/index.html
+++ b/index.html
@@ -334,7 +334,6 @@ footer{margin-top:34px;padding-top:22px;border-top:1px solid var(--border);color
-
@@ -3023,10 +3022,6 @@ $("importStateBtn").addEventListener("click",async()=>{
renderAll();showTab(location.hash.slice(1)||"portfolio");
}catch(e){toast("Import failed. Check that the sync code was copied fully.");}
});
-$("resetBtn").addEventListener("click",()=>{
- if(!confirm("Reset all ten agents to their $10,000 starting balance?"))return;
- saveState(defaultState());localStorage.removeItem(SUG_KEY);pushCloudState(true);toast("All agents reset.");renderAll();
-});
$("createPaperAccountBtn").addEventListener("click",async()=>{
const name=($("paperAccountName").value||"Paper Trader").trim().slice(0,40);
const password=($("paperAccountPassword").value||"").trim();