Skip to content

Commit

Permalink
code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kholmogorov27 committed Mar 10, 2023
1 parent 9f398da commit daea5a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Card/Card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ function Card({ active=false, visibility=true, icon, bgColor, textColor, hotKey,
})
})
setTimeout(() => {
console.log('tr')
window.cardRedirectAnimationEnd?.()
}, 1000 * Math.max(PLATE_TRANSITION_DURATION, LOGO_TRANSITION_DELAY + LOGO_TRANSITION_DURATION))
}
Expand Down

0 comments on commit daea5a4

Please sign in to comment.