mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 10:41:43 +00:00
Remove debug printf
This commit is contained in:
parent
aebab8b68a
commit
b1d1aabbdd
1 changed files with 0 additions and 2 deletions
2
ir.c
2
ir.c
|
@ -3329,8 +3329,6 @@ static bool ir_builder_gen_global(ir_builder *self, ir_value *global, bool isloc
|
|||
prog_section_def def;
|
||||
bool pushdef = opts.optimizeoff;
|
||||
|
||||
printf("STATUS: %s\n", (pushdef) ? "OFF" : "ON");
|
||||
|
||||
def.type = global->vtype;
|
||||
def.offset = vec_size(code_globals);
|
||||
def.name = 0;
|
||||
|
|
Loading…
Reference in a new issue