Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
Signed-off-by: r-kundan <[email protected]>
  • Loading branch information
r-kundan committed Jul 4, 2024
1 parent ed72caa commit 5a64ad1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Features/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ const Features = (props) => {
const maxX = rect.width - element.clientWidth - 50;
const maxY = rect.height - element.clientHeight - 50;
const randomX = Math.floor(Math.random() * maxX);
// const halfMaxY = maxY / 2;
// console.log(maxX, maxY, "here");
const randomY = Math.floor(Math.random() * (maxY + 1));

element.style.transition = "transform 3s ease";
Expand Down

0 comments on commit 5a64ad1

Please sign in to comment.