Remove debug print string

This commit is contained in:
gingerBill
2026-06-29 16:04:24 +01:00
parent cec2127068
commit 1cdf314015

View File

@@ -1069,7 +1069,6 @@ gb_internal lbValue lb_const_value(lbModule *m, Type *type, ExactValue value, Ty
}
res.value = LLVMConstStructInContext(m->ctx, values, value_count, true);
gb_printf_err("%s\n", LLVMPrintValueToString(res.value));
return res;
}