iget rid of annoying message.

This commit is contained in:
Vítor Manuel de Morais Santos Costa 2010-01-26 16:35:15 +00:00
parent b94a667972
commit 98c0964c80
1 changed files with 0 additions and 2 deletions

View File

@ -1303,9 +1303,7 @@ YAP_Execute(PredEntry *pe, CPredicate exec_code)
return ((codev)((&ARG1)-LCL0,0,&ctx));
}
if (pe->PredFlags & CArgsPredFlag) {
fprintf(stderr,"ASP=%p\n",ASP);
Int out = execute_cargs(pe, exec_code);
fprintf(stderr,"ASP=%p\n",ASP);
return out;
} else {
return((exec_code)());