remove missed log

This commit is contained in:
MathMan05
2025-05-28 08:46:35 +02:00
committed by Rory&
parent 04ddfadbb6
commit 4f6211ce50
@@ -130,7 +130,6 @@ router.patch(
(_) => _ === b.parent_id,
) + 1
: 0);
console.log(apos, bpos);
return apos - bpos;
});