From 192247a0c0ec949e5c75a9f4a338ba4af50cec47 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Sat, 18 Apr 1998 00:31:16 -0700
Subject: [PATCH] oops, forgot to remove some debug fprintfs

Rev: src/program.c:1.85
---
 src/program.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/program.c b/src/program.c
index 2543cc5ea9..9175e1280b 100644
--- a/src/program.c
+++ b/src/program.c
@@ -4,7 +4,7 @@
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 #include "global.h"
-RCSID("$Id: program.c,v 1.84 1998/04/18 07:21:04 hubbe Exp $");
+RCSID("$Id: program.c,v 1.85 1998/04/18 07:31:16 hubbe Exp $");
 #include "program.h"
 #include "object.h"
 #include "dynamic_buffer.h"
@@ -2479,7 +2479,6 @@ static int low_implements(struct program *a, struct program *b)
     {
       if(!match_types(ID_FROM_INT(a,i)->type, bid->type))
 	return 0;
-      fprintf(stderr,"%s\n",bid->name->str);
       num++;
     }
   }
-- 
GitLab