mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-08-21 23:09:00 +00:00
remove debug logging
This commit is contained in:
@@ -30,7 +30,6 @@ export function bundleFromBuffer(bytes: Buffer): OSCBundle | undefined {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const bundleContentBytes = remainingBytes.subarray(0, contentSize);
|
const bundleContentBytes = remainingBytes.subarray(0, contentSize);
|
||||||
console.log(bundleContentBytes);
|
|
||||||
|
|
||||||
if (bundleContentBytes[0] === 35) {
|
if (bundleContentBytes[0] === 35) {
|
||||||
// # character indicating contents is a bundle
|
// # character indicating contents is a bundle
|
||||||
|
|||||||
Reference in New Issue
Block a user