diff --git a/src/lower.ts b/src/lower.ts index f2fcdde..7781c91 100644 --- a/src/lower.ts +++ b/src/lower.ts @@ -403,8 +403,6 @@ function todo(msg: string): never { function addRt(cx: Context, ast: Ast) { const { mod } = cx; - console.log(cx.funcIndices); - const main = cx.funcIndices.get(ast.typeckResults!.main); if (main === undefined) { throw new Error(`main function (${main}) was not compiled.`);