diff options
| author | gingerBill <bill@gingerbill.org> | 2021-07-10 17:11:54 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-07-10 17:11:54 +0100 |
| commit | ec9667ef5aca5f0d3ff4483105bea201796ff620 (patch) | |
| tree | 6dcb47a2d5304bd0df5e35467db1472a5adbbeac | |
| parent | 9f7154a03941f1ffad629e8e558040911e9886ba (diff) | |
Remove debug code
| -rw-r--r-- | src/checker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/checker.cpp b/src/checker.cpp index 7a00eb495..d8df71a93 100644 --- a/src/checker.cpp +++ b/src/checker.cpp @@ -4509,7 +4509,7 @@ void check_parsed_files(Checker *c) { } else if (info->type == t_untyped_undef) { } else if (info->type == t_untyped_bool) { } else { - gb_printf_err("UNTYPED %s %s\n", expr_to_string(expr), type_to_string(info->type)); + // gb_printf_err("UNTYPED %s %s\n", expr_to_string(expr), type_to_string(info->type)); } add_type_and_value(&c->info, expr, info->mode, info->type, info->value); } |