Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
desoindx committed Dec 6, 2024
1 parent 17458c9 commit 45d56ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/outils/ExtraSimulator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const ExtraSimulator = ({

useEffect(() => {
if (window && window.location.hash) {
console.log(window.location.hash)
const anchor = window.location.hash.replace('#', '')
const element = document.getElementById(anchor)
if (element) {
Expand Down

0 comments on commit 45d56ab

Please sign in to comment.