mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-07-26 10:28:46 +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);
|
||||
console.log(bundleContentBytes);
|
||||
|
||||
if (bundleContentBytes[0] === 35) {
|
||||
// # character indicating contents is a bundle
|
||||
|
||||
Reference in New Issue
Block a user