Skip to content

Commit

Permalink
fix(bindgen): Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Mar 29, 2023
1 parent e427ab8 commit 730b258
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bindgen/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ function typescriptBindings(outputDir, buildDir, wasmBinaries, options, forNode=
if (haveParameters) {
let requiredOptions = ""
interfaceJson.parameters.forEach((parameter) => {
console.log(parameter)
if (parameter.required) {
if (parameter.itemsExpectedMax > 1) {
requiredOptions += ` ${camelCase(parameter.name)}: [`
Expand Down

0 comments on commit 730b258

Please sign in to comment.