Skip to content

Commit

Permalink
remove debug code fixes #383
Browse files Browse the repository at this point in the history
  • Loading branch information
tsearle committed Nov 10, 2023
1 parent 34e2b07 commit 35673b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wasm_parts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ const pql = async (query, wasmCall, getData) => {
writer.writeString(JSON.stringify(matchers))
writer.writeBytes([data])
}
fs.writeFileSync('req.txt', query)
fs.writeFileSync('data.bin', writer.buffer())
ctx.write(writer.buffer())
_wasm.exports.onDataLoad(reqId)
return ctx.read()
Expand Down

0 comments on commit 35673b3

Please sign in to comment.