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 - pub/index.html | 2 +- 2 files changed, 1 insertion(+), 2 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)); } diff --git a/pub/index.html b/pub/index.html index b09e55a..8461611 100644 --- a/pub/index.html +++ b/pub/index.html @@ -6,7 +6,7 @@ BlankPlays - +