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:
parent
50128d8f6f
commit
d678864273
@ -865,8 +865,6 @@ static CELL *MkDBTerm(register CELL *pt0, register CELL *pt0_end,
|
|||||||
Term t[4];
|
Term t[4];
|
||||||
int sz = to_visit-to_visit_base;
|
int sz = to_visit-to_visit_base;
|
||||||
|
|
||||||
printf("visiting a constraint %p\n", ptd0);
|
|
||||||
|
|
||||||
H = (CELL *)to_visit;
|
H = (CELL *)to_visit;
|
||||||
/* store the constraint away for now */
|
/* store the constraint away for now */
|
||||||
t[0] = (CELL)ptd0;
|
t[0] = (CELL)ptd0;
|
||||||
|
Reference in New Issue
Block a user