diff --git a/C/init.c b/C/init.c index 8eb33caef..2aa54cc71 100644 --- a/C/init.c +++ b/C/init.c @@ -1129,7 +1129,6 @@ InitYaamRegs(void) WokenGoals = NewTimedVar(TermNil); MutableList = NewTimedVar(TermNil); AttsMutableList = NewTimedVar(TermNil); - printf("TermNil is %lx and AttsMutableList is %x\n",TermNil, AttsMutableList); #endif } diff --git a/pl/debug.yap b/pl/debug.yap index 86ee7010a..c78219e08 100644 --- a/pl/debug.yap +++ b/pl/debug.yap @@ -64,7 +64,7 @@ functor(T,A,N), '$do_suspy'(S, A, N, T, M). '$do_suspy_predicates_by_name'(A, S, M) :- - '$recorded'('$import','$import'(EM,M,A,N),_), !, + '$recorded'('$import','$import'(EM,M,A,N),_), functor(T,A,N), '$do_suspy'(S, A, N, T, EM).