mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
remove console.log
This commit is contained in:
parent
1d0e3a3aff
commit
f6f6673721
1 changed files with 0 additions and 2 deletions
|
|
@ -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.`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue