From 19a5f81dece88dc62c9bd98c9696bac724e08977 Mon Sep 17 00:00:00 2001 From: vsc Date: Tue, 16 Oct 2007 18:57:17 +0000 Subject: [PATCH] get rid of debug statement. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1956 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- C/c_interface.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/C/c_interface.c b/C/c_interface.c index 89adf9390..2777df2c2 100644 --- a/C/c_interface.c +++ b/C/c_interface.c @@ -10,8 +10,11 @@ * File: c_interface.c * * comments: c_interface primitives definition * * * -* Last rev: $Date: 2007-10-15 23:48:46 $,$Author: vsc $ * +* Last rev: $Date: 2007-10-16 18:57:17 $,$Author: vsc $ * * $Log: not supported by cvs2svn $ +* Revision 1.98 2007/10/15 23:48:46 vsc +* unset var +* * Revision 1.97 2007/10/05 18:24:30 vsc * fix garbage collector and fix LeaveGoal * @@ -1255,7 +1258,6 @@ YAP_EnterGoal(PredEntry *pe, Term *ptr, YAP_dogoalinfo *dgi) #endif ASP = YENV = (CELL *)B; YENV[E_CB] = Unsigned (B); - fprintf(stderr,"%p--%p\n",B,myB); out = run_emulator(dgi); RECOVER_MACHINE_REGS(); return out;