chore: !log binary output

This commit is contained in:
karishmas6
2024-10-16 13:41:58 +05:30
parent ab5431d2cd
commit 76d99ef076

View File

@@ -47,7 +47,6 @@ class BinaryOutputService {
}
console.log(`Processing binary output key: ${key}`);
console.log(`Binary data:`, binaryData);
// Check if binaryData has a valid Buffer structure and parse it
if (binaryData && typeof binaryData.data === 'string') {