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') {