From b3c813bfee47745f53625575a62c9474ca549385 Mon Sep 17 00:00:00 2001 From: vsc Date: Mon, 20 Sep 2004 04:17:12 +0000 Subject: [PATCH] get rid of stupid debugging message git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1146 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- C/dbase.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/C/dbase.c b/C/dbase.c index 20ae95a61..9d4a34ba5 100644 --- a/C/dbase.c +++ b/C/dbase.c @@ -673,11 +673,6 @@ static CELL *MkDBTerm(register CELL *pt0, register CELL *pt0_end, #endif CELL *CodeMaxBase = CodeMax; - {int i; - for (i = 0; i < 10; i++) - printf("vsc: Here I go again\n"); - } - loop: while (pt0 <= pt0_end) {