mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
silence some debug output
This commit is contained in:
parent
5d6977288f
commit
090527eaec
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ type_mismatch (expr_t *e1, expr_t *e2, int op)
|
|||
t1 = extract_type (e1);
|
||||
t2 = extract_type (e2);
|
||||
|
||||
if (1) {
|
||||
if (0) {
|
||||
print_type (get_type (e1));
|
||||
print_type (get_type (e2));
|
||||
printf ("\n%p %p\n", get_type (e1), get_type (e2));
|
||||
|
|
Loading…
Reference in a new issue