From 030c8b63bfb3197a2aeaf8d0023580c320b6ca50 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Wed, 9 Oct 2024 12:33:38 -0500 Subject: [PATCH] remove debug logging --- src/bundle.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bundle.ts b/src/bundle.ts index d597198..dc63450 100644 --- a/src/bundle.ts +++ b/src/bundle.ts @@ -30,7 +30,6 @@ export function bundleFromBuffer(bytes: Buffer): OSCBundle | undefined { } const bundleContentBytes = remainingBytes.subarray(0, contentSize); - console.log(bundleContentBytes); if (bundleContentBytes[0] === 35) { // # character indicating contents is a bundle