remove logs

This commit is contained in:
MathMan05 2025-04-30 21:23:33 -05:00 committed by Rory&
parent 5488874476
commit 246b493d76

View File

@ -121,7 +121,6 @@ router.patch(
);
const withParents = body.filter((x) => x.parent_id !== undefined);
console.log(body);
const withPositions = body.filter((x) => x.position !== undefined);
await Promise.all(
@ -172,7 +171,6 @@ router.patch(
}
channel.parent = parent || undefined;
channel.parent_id = null;
console.log(channel.parent);
await channel.save();
await emitEvent({