From 246b493d768c71414276921052e3e86bdf0ea046 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Wed, 30 Apr 2025 21:23:33 -0500 Subject: [PATCH] remove logs --- src/api/routes/guilds/#guild_id/channels.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/api/routes/guilds/#guild_id/channels.ts b/src/api/routes/guilds/#guild_id/channels.ts index a38b9ae7..fe1b8d4b 100644 --- a/src/api/routes/guilds/#guild_id/channels.ts +++ b/src/api/routes/guilds/#guild_id/channels.ts @@ -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({