Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-y committed Sep 24, 2024
1 parent f489e03 commit 3de326b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/lib/binaryen-gc/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@ export const defineStructType = (
return acc;
}, [] as number[])
);
if (struct.name === "StringReader#28474") {
console.log(
JSON.stringify(
fields.map(({ mutable }) => (mutable ? 1 : 0)),
undefined,
2
)
);
}

bin._TypeBuilderSetStructType(
typeBuilder,
Expand Down

0 comments on commit 3de326b

Please sign in to comment.