remove debug print

This commit is contained in:
Bill Currie 2002-08-13 21:54:10 +00:00
parent 0840678465
commit 8474f145d1
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}
}