Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ASaiAnudeep committed Oct 27, 2024
1 parent bf47a98 commit d3638c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/beats/beats.attachments.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d3638c7

Please sign in to comment.