summaryrefslogtreecommitdiff
path: root/pub/blankplays.js
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-10-10 00:38:40 -0400
committerpommicket <pommicket@gmail.com>2025-10-10 00:38:40 -0400
commit380782256d6811a4f19a7a68154d49e06825e810 (patch)
tree8ff198764282d7f2c5a654cff6b1047ecfdcc316 /pub/blankplays.js
parent43cff2f87ae49a27d8aab67dd7fbfd8b042d6668 (diff)
Remove stray console.logHEADtrunk
Diffstat (limited to 'pub/blankplays.js')
-rw-r--r--pub/blankplays.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/pub/blankplays.js b/pub/blankplays.js
index 8b80804..01e1924 100644
--- a/pub/blankplays.js
+++ b/pub/blankplays.js
@@ -114,7 +114,6 @@ function saveAttempt() {
eliminated: eliminated.join(''),
skip: skipWordsOfLength
};
- console.log(saveData);
localStorage.setItem(`attempt-${lexicon}-${challengeId}`, JSON.stringify(saveData));
}