general: remove console logs, linting
This commit is contained in:
@@ -18,7 +18,6 @@ export const encodeWAM = (binaryInfo: BinaryInfo) => {
|
||||
encodeWAMHeader(binaryInfo)
|
||||
encodeEvents(binaryInfo)
|
||||
|
||||
console.log(binaryInfo.buffer)
|
||||
const totalSize = binaryInfo.buffer.map(a => a.length).reduce((a, b) => a + b)
|
||||
const buffer = Buffer.alloc(totalSize)
|
||||
let offset = 0
|
||||
|
||||
Reference in New Issue
Block a user