Skip to content

Commit

Permalink
removing unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
Jgerbrandt committed Dec 20, 2024
1 parent 334a494 commit 666f577
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bio-rocket/src/routes/sponsors/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
// Return a cleanup function
return () => {
clearInterval(heartbeatInterval); // Stop the interval when the component is destroyed
clearInterval(timestampInterval);
window.removeEventListener('resize', handleResize);
};
});
Expand Down

0 comments on commit 666f577

Please sign in to comment.