Remove stray console.log

This commit is contained in:
thepaperpilot 2022-12-01 08:12:26 -06:00
parent 9e16c98949
commit a81342c954

View file

@ -136,7 +136,6 @@ export function setupHoldToClick(
clearInterval(interval.value);
interval.value = null;
}
console.log(isHolding);
if (isHolding) {
isHolding.value = false;
}