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