Browse Source

Remove debug code

gingerBill 5 years ago
parent
commit
82b559c32b
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/llvm_backend.cpp

+ 0 - 4
src/llvm_backend.cpp

@@ -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) {