Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
SuspiciousLookingOwl committed Dec 16, 2023
1 parent 02ce9f1 commit 0f4e375
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/apps/app/providers/app/hooks/snowfall.hook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ export const useSnowfall = () => {
const amountOnScreen = (getValueFromRange(amountRange, amount, true) * screenSize) / 100;
const delay = (duration / amountOnScreen) * 1000;

console.log({ delay });

interval = setInterval(() => createSnowflake(duration), delay);
};

Expand Down

0 comments on commit 0f4e375

Please sign in to comment.