mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: remove redundant console
This commit is contained in:
@@ -56,7 +56,6 @@ export const getUrlInfo = async(
|
||||
? Buffer.from(imageMessage.jpegThumbnail)
|
||||
: undefined
|
||||
urlInfo.highQualityThumbnail = imageMessage || undefined
|
||||
console.log(urlInfo)
|
||||
} else {
|
||||
try {
|
||||
urlInfo.jpegThumbnail = image
|
||||
|
||||
Reference in New Issue
Block a user