chore: remove todo note

This commit is contained in:
2026-04-11 21:50:30 +02:00
parent 901fbefd1b
commit 34e82f89e8
-2
View File
@@ -47,8 +47,6 @@
let spinnerCircle: SVGCircleElement;
let animateInterval: number | undefined;
//TODO: use this to check for updates upon launch
const doBPMAnimation = () => {
if (animateInterval) return;
animateInterval = window.setInterval(async () => {