mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Remove debug code
This commit is contained in:
@@ -12295,10 +12295,6 @@ void lb_generate_code(lbGenerator *gen) {
|
|||||||
m->curr_procedure = nullptr;
|
m->curr_procedure = nullptr;
|
||||||
}
|
}
|
||||||
lb_end_procedure(p);
|
lb_end_procedure(p);
|
||||||
if (p->name == "igTextColored") {
|
|
||||||
LLVMDumpValue(p->value);
|
|
||||||
gb_printf_err("\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
// Add Flags
|
// Add Flags
|
||||||
if (p->body != nullptr) {
|
if (p->body != nullptr) {
|
||||||
|
|||||||
Reference in New Issue
Block a user