From 4bbc611a1df136962f77beeadcac90046407c81b Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 12 Oct 2025 21:13:58 -0400 Subject: [PATCH] fix: remove debug console log --- src/structures/interfaces/modalInteractionContext.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/structures/interfaces/modalInteractionContext.ts b/src/structures/interfaces/modalInteractionContext.ts index b5ff74c8..a591e117 100644 --- a/src/structures/interfaces/modalInteractionContext.ts +++ b/src/structures/interfaces/modalInteractionContext.ts @@ -55,7 +55,6 @@ export class ModalInteractionContext< [key: string]: string | string[]; } { const values: { [key: string]: string | string[] } = {}; - console.log(JSON.stringify(components, null, 2)); for (const component of components) { if (component.type === ComponentType.ACTION_ROW) {