From 04592cf8eb8a1673fa350806361238c6774ffd5b Mon Sep 17 00:00:00 2001 From: Evorp <3vorpgaming@gmail.com> Date: Fri, 15 Dec 2023 20:26:37 -0800 Subject: [PATCH] remove random console logs --- src/commands/faithful/about.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/commands/faithful/about.ts b/src/commands/faithful/about.ts index 17eb684f..c6f14bc5 100644 --- a/src/commands/faithful/about.ts +++ b/src/commands/faithful/about.ts @@ -80,10 +80,6 @@ export const command: SlashCommand = { }), ); - console.log(contributionData.slice(0, 10)); - console.log(textureData.slice(0, 10)); - console.log(finalData.slice(0, 10)); - const packCount = {}; let files: AttachmentBuilder[] | undefined; if (finalData.length) {