Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
memelotsqui committed Nov 13, 2023
1 parent 01f4863 commit 409e59c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/Optimizer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ function Optimizer({
}

const prevOption = () => {
console.log(currentOption);
console.log(options.length);
console.log(options)
if (currentOption <= 0)
setCurrentOption(options.length-1);
else
Expand Down

0 comments on commit 409e59c

Please sign in to comment.