Reapply "fix: remove debug logging"

This reverts commit 1d9890fb37.
This commit is contained in:
not-nullptr 2025-04-13 13:50:58 +01:00
parent 9075576f17
commit 3e0de64b29
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@
const newIndex = items.findIndex((i) =>
i.activeMatch(e.to?.url.pathname || ""),
);
console.log(oldIndex, newIndex);
if (newIndex < oldIndex) {
goingLeft.set(true);
} else {