Remove debug print

This commit is contained in:
gingerBill
2025-08-22 09:29:44 +01:00
parent 23689d0c01
commit 46d4f22ef4

View File

@@ -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));
}
}