Skip to content

Commit 4788764

Browse files
committed
Fixes
1 parent b8cbb51 commit 4788764

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/compiler/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ async function compile() {
2828
const parser = new Parser(tokens);
2929
const ast = parser.parse();
3030

31-
console.log(ast);
32-
3331
const compiler = new Compiler();
3432
const wasm = await compiler.compile(ast);
3533

0 commit comments

Comments
 (0)