remove debug logging

This commit is contained in:
2024-10-09 12:33:38 -05:00
parent 6f2714dc74
commit 030c8b63bf
-1
View File
@@ -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