aboutsummaryrefslogtreecommitdiff
path: root/src/check_stmt.cpp
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2023-02-22 22:49:52 +0100
committerGitHub <noreply@github.com>2023-02-22 22:49:52 +0100
commit50c688f0f7fdbf9dfcc4f89da5045efd0c91f658 (patch)
treebfde1a61ac4569a9ab4fdbe2ecfff5b6f47a5f50 /src/check_stmt.cpp
parentaf265250c226f8293f32b83c73796235073ab524 (diff)
parentef99d03f211c5b471a25d0bcc6ac21b491369086 (diff)
Merge pull request #2338 from Tetralux/fix-here
Remove debug print
Diffstat (limited to 'src/check_stmt.cpp')
-rw-r--r--src/check_stmt.cpp1
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));
}
}