diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-08-22 09:29:44 +0100 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-08-22 09:29:44 +0100 |
| commit | 46d4f22ef43a0935e6b6f88091969bd1e3cd4cd2 (patch) | |
| tree | 10b5869fc7b6ae72bddec3205fa576f72e48a2e7 /src/checker.cpp | |
| parent | 23689d0c01895aeb0f0faaee9ff1008732d6fd13 (diff) | |
Remove debug print
Diffstat (limited to 'src/checker.cpp')
| -rw-r--r-- | src/checker.cpp | 2 |
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)); } } |