aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-08-22 09:29:44 +0100
committergingerBill <gingerBill@users.noreply.github.com>2025-08-22 09:29:44 +0100
commit46d4f22ef43a0935e6b6f88091969bd1e3cd4cd2 (patch)
tree10b5869fc7b6ae72bddec3205fa576f72e48a2e7 /src
parent23689d0c01895aeb0f0faaee9ff1008732d6fd13 (diff)
Remove debug print
Diffstat (limited to 'src')
-rw-r--r--src/checker.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/checker.cpp b/src/checker.cpp
index a1a668038..3f7c54ac6 100644
--- a/src/checker.cpp
+++ b/src/checker.cpp
@@ -6834,8 +6834,6 @@ gb_internal void handle_raddbg_type_view(Checker *c, RaddbgTypeView const &type_
s = gb_string_appendc(s, ")");
-
- gb_printf_err("%s\n", s);
view = make_string((u8 const *)s, gb_string_length(s));
}
}