summaryrefslogtreecommitdiff
path: root/pub/blankplays.js
diff options
context:
space:
mode:
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));
}