mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Console.logs removed
This commit is contained in:
@@ -66,8 +66,7 @@ function Game() {
|
||||
|
||||
let word = await BringTheWords(language, category, selectedWord)
|
||||
word = word.toLowerCase()
|
||||
|
||||
console.log(word)
|
||||
|
||||
await setSelectedWord(word)
|
||||
await setDisplayApp(true)
|
||||
}
|
||||
@@ -91,7 +90,6 @@ function Game() {
|
||||
bringWordFromFirebase()
|
||||
}
|
||||
|
||||
console.log(category)
|
||||
}, [categoryIsReady])
|
||||
|
||||
|
||||
@@ -100,7 +98,6 @@ function Game() {
|
||||
const registerKeys = e => {
|
||||
|
||||
if (displayApp) {
|
||||
console.log(e)
|
||||
|
||||
let currentKey
|
||||
|
||||
|
||||
Reference in New Issue
Block a user