remove console log

This commit is contained in:
Abhinav 2023-01-06 11:22:11 +05:30
parent 6529142ece
commit 73eedc6217

View file

@ -49,7 +49,6 @@ export async function generateThumbnail(
}
);
}
console.log('thumbnail Size', thumbnail.length);
if (thumbnail.length === 0) {
throw Error('EMPTY THUMBNAIL');
}