remove missed log

This commit is contained in:
MathMan05 2025-05-01 20:45:44 -05:00 committed by Rory&
parent 04ddfadbb6
commit 4f6211ce50

View File

@ -130,7 +130,6 @@ router.patch(
(_) => _ === b.parent_id,
) + 1
: 0);
console.log(apos, bpos);
return apos - bpos;
});