mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-19 17:01:46 +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);
|
||||
while (*m) {
|
||||
(*m)->params->type = class->type;
|
||||
printf("%s\n", (*m)->name);
|
||||
m = &(*m)->next;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue