From 505ca22f04a6a7b183617762f1dcf65e51e78db1 Mon Sep 17 00:00:00 2001 From: vsc Date: Tue, 1 Jan 2002 05:37:38 +0000 Subject: [PATCH] get rid of debug message git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@246 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- C/cdmgr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/C/cdmgr.c b/C/cdmgr.c index c193f1361..b93ed0e35 100644 --- a/C/cdmgr.c +++ b/C/cdmgr.c @@ -1170,7 +1170,6 @@ end_consult(void) } #endif ConsultSp = ConsultBase; - printf("ConsultBase is %p\n",ConsultBase); ConsultBase = ConsultSp+ConsultSp->c; ConsultSp += 3; consult_level--;