get rid of debugging printf

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@260 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2002-01-03 06:41:14 +00:00
parent 50128d8f6f
commit d678864273

View File

@ -865,8 +865,6 @@ static CELL *MkDBTerm(register CELL *pt0, register CELL *pt0_end,
Term t[4];
int sz = to_visit-to_visit_base;
printf("visiting a constraint %p\n", ptd0);
H = (CELL *)to_visit;
/* store the constraint away for now */
t[0] = (CELL)ptd0;