Remove debug code

This commit is contained in:
gingerBill
2020-06-10 19:29:24 +01:00
parent 474d79dcf1
commit 82b559c32b
-4
View File
@@ -12295,10 +12295,6 @@ void lb_generate_code(lbGenerator *gen) {
m->curr_procedure = nullptr;
}
lb_end_procedure(p);
if (p->name == "igTextColored") {
LLVMDumpValue(p->value);
gb_printf_err("\n");
}
// Add Flags
if (p->body != nullptr) {