Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
russellsamora committed Oct 7, 2024
1 parent 558ce96 commit c230473
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/crokinole.js
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,6 @@ export default function createCrokinoleSimulation() {
}

function getOptimalShot() {
console.time("getOptimalShot");
let bestPosition = null;
let bestDegrees = null;
let bestPower = null;
Expand All @@ -905,7 +904,6 @@ export default function createCrokinoleSimulation() {
}
}

console.timeEnd("getOptimalShot");
return { bestPosition, bestDegrees, bestPower, bestScore };
}

Expand Down

0 comments on commit c230473

Please sign in to comment.