diff options
| author | Tetralux <tetraluxonpc@gmail.com> | 2023-02-22 21:43:42 +0000 |
|---|---|---|
| committer | Tetralux <tetraluxonpc@gmail.com> | 2023-02-22 21:43:42 +0000 |
| commit | ef99d03f211c5b471a25d0bcc6ac21b491369086 (patch) | |
| tree | e09f61cb8ca2b381b249f1bd26e924f52f2e1af1 /src/check_stmt.cpp | |
| parent | b7d75e2f1d3c2b9f14d38aa226fd4c62ca71e403 (diff) | |
Remove debug print
Diffstat (limited to 'src/check_stmt.cpp')
| -rw-r--r-- | src/check_stmt.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/check_stmt.cpp b/src/check_stmt.cpp index f300f45c7..44d7cf59d 100644 --- a/src/check_stmt.cpp +++ b/src/check_stmt.cpp @@ -1293,7 +1293,6 @@ gb_internal void check_type_switch_stmt(CheckerContext *ctx, Ast *node, u32 mod_ for (Type *t : variants) { if (!type_ptr_set_exists(&seen, t)) { array_add(&unhandled, t); - gb_printf_err("HERE: %p %s\n", t, type_to_string(t)); } } |