From 380782256d6811a4f19a7a68154d49e06825e810 Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 10 Oct 2025 00:38:40 -0400 Subject: Remove stray console.log --- pub/blankplays.js | 1 - 1 file changed, 1 deletion(-) (limited to 'pub/blankplays.js') 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)); } -- cgit v1.2.3