Remove accidental debug logging (#86)

pull/89/head
Skyler 3 years ago committed by GitHub
commit 76f5b564e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,7 +57,7 @@ export async function callback(_client: NucleusClient, message: Message) {
const filter = getEmojiByName("ICONS.FILTER");
let attachmentJump = "";
console.log(config.logging.attachments.saved);
// console.log(config.logging.attachments.saved);
if (config.logging.attachments.saved[message.channel.id + message.id]) {
attachmentJump = ` [[View attachments]](${config.logging.attachments.saved[message.channel.id + message.id]})`;
}

Loading…
Cancel
Save