From 8474f145d1c80fc56ef2e50975873dfda9b70f8c Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 13 Aug 2002 21:54:10 +0000 Subject: [PATCH] remove debug print --- tools/qfcc/source/class.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/qfcc/source/class.c b/tools/qfcc/source/class.c index e131cbff3..60aeb7ad7 100644 --- a/tools/qfcc/source/class.c +++ b/tools/qfcc/source/class.c @@ -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; } }