Skip to content

Commit

Permalink
remove random console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Dec 16, 2023
1 parent 853368b commit 04592cf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/commands/faithful/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 04592cf

Please sign in to comment.