mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-06 16:01:10 +00:00
remove debug print
This commit is contained in:
parent
0840678465
commit
8474f145d1
1 changed files with 0 additions and 1 deletions
|
@ -162,7 +162,6 @@ class_add_protocol_methods (class_t *class, expr_t *protocols)
|
||||||
copy_methods (class->methods, p->methods);
|
copy_methods (class->methods, p->methods);
|
||||||
while (*m) {
|
while (*m) {
|
||||||
(*m)->params->type = class->type;
|
(*m)->params->type = class->type;
|
||||||
printf("%s\n", (*m)->name);
|
|
||||||
m = &(*m)->next;
|
m = &(*m)->next;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue