mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-25 01:41:48 +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);
|
||||
interval.value = null;
|
||||
}
|
||||
console.log(isHolding);
|
||||
if (isHolding) {
|
||||
isHolding.value = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue