fix: remove debug logging

This commit is contained in:
not-nullptr 2025-04-13 12:51:15 +01:00
parent 3c4f90e5f0
commit f2d39ed1f4
1 changed files with 0 additions and 1 deletions

View File

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