From d3638c7193342950d46f79b5f5a3f1a619e98cab Mon Sep 17 00:00:00 2001 From: Anudeep Date: Sun, 27 Oct 2024 13:45:28 +0530 Subject: [PATCH] chore: remove console log --- src/beats/beats.attachments.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/beats/beats.attachments.js b/src/beats/beats.attachments.js index 6479194..edb9064 100644 --- a/src/beats/beats.attachments.js +++ b/src/beats/beats.attachments.js @@ -139,7 +139,6 @@ class BeatsAttachments { */ #compressAttachment(attachment_path) { return new Promise((resolve, _) => { - console.log(attachment_path) if (attachment_path.endsWith('.br') || attachment_path.endsWith('.gz') || attachment_path.endsWith('.zst') || attachment_path.endsWith('.zip') || attachment_path.endsWith('.7z') || attachment_path.endsWith('.png') || attachment_path.endsWith('.jpg') || attachment_path.endsWith('.jpeg') || attachment_path.endsWith('.svg') || attachment_path.endsWith('.gif') || attachment_path.endsWith('.webp')) { resolve(attachment_path); return;