From fb49b06c2caef583dc8a886b4ef40a81fbed7d16 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 30 Jan 2004 07:29:04 +0000 Subject: [PATCH] remove debug info --- tools/qfcc/source/qfprogs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/qfcc/source/qfprogs.c b/tools/qfcc/source/qfprogs.c index a9effa9ab..c82198aa5 100644 --- a/tools/qfcc/source/qfprogs.c +++ b/tools/qfcc/source/qfprogs.c @@ -365,7 +365,6 @@ convert_qfo (void) } for (j = 0; j < def->num_relocs; j++) { qfo_reloc_t *reloc = qfo->relocs + def->relocs + j; - printf ("%12s %04x %04x %s\n", reloc_names[reloc->type], reloc->ofs, def->ofs, qfo->strings + def->name); switch ((reloc_type)reloc->type) { case rel_none: break;