Remove debug text

This commit is contained in:
ebolam
2023-09-05 19:22:25 -04:00
parent fb77d8ebd5
commit 9f1e87fb49

View File

@@ -3448,7 +3448,6 @@ function fix_dirty_game_text() {
}
function savegametextchanges() {
console.log("Saving game text");
fix_dirty_game_text();
for (const item of document.getElementsByClassName("editing")) {
item.classList.remove("editing");