mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-29 07:39:00 +00:00
remove logs
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user