mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-04-01 13:31:01 +00:00
Remove stray console.log
This commit is contained in:
parent
9e16c98949
commit
a81342c954
1 changed files with 0 additions and 1 deletions
|
@ -136,7 +136,6 @@ export function setupHoldToClick(
|
||||||
clearInterval(interval.value);
|
clearInterval(interval.value);
|
||||||
interval.value = null;
|
interval.value = null;
|
||||||
}
|
}
|
||||||
console.log(isHolding);
|
|
||||||
if (isHolding) {
|
if (isHolding) {
|
||||||
isHolding.value = false;
|
isHolding.value = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue