From 76d99ef076c14f7c5262afb9f145870893371282 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 16 Oct 2024 13:41:58 +0530 Subject: [PATCH] chore: !log binary output --- server/src/storage/mino.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/storage/mino.ts b/server/src/storage/mino.ts index 8fdca12a..6a27f8a0 100644 --- a/server/src/storage/mino.ts +++ b/server/src/storage/mino.ts @@ -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') {