Skip to content

Commit

Permalink
remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
rennacarver committed Oct 15, 2024
1 parent 71ecda2 commit 908b023
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ function App() {

if (graphemeCounter[grapheme] > 1) {
setDuplicatesDetected(true)
console.log('duplicates detected!')
}

tempArray.push({
Expand Down Expand Up @@ -135,7 +134,6 @@ function App() {
tempColorMap[currentKey] = currentVal
}

console.log(tempColorMap)
setColorMap(tempColorMap)

if (tempPermCount > 1000) {
Expand Down

0 comments on commit 908b023

Please sign in to comment.