diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2023-02-22 22:49:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-22 22:49:52 +0100 |
| commit | 50c688f0f7fdbf9dfcc4f89da5045efd0c91f658 (patch) | |
| tree | bfde1a61ac4569a9ab4fdbe2ecfff5b6f47a5f50 /src | |
| parent | af265250c226f8293f32b83c73796235073ab524 (diff) | |
| parent | ef99d03f211c5b471a25d0bcc6ac21b491369086 (diff) | |
Merge pull request #2338 from Tetralux/fix-here
Remove debug print
Diffstat (limited to 'src')
| -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)); } } |