fix debugging message

This commit is contained in:
Vítor Santos Costa 2010-06-23 11:45:44 +01:00
parent e21526ffc8
commit d100e697a3
1 changed files with 0 additions and 1 deletions

View File

@ -2720,7 +2720,6 @@ YAP_Predicate(Atom a, UInt arity, Term m)
} else {
Functor f = Yap_MkFunctor(a, arity);
return((void *)RepPredProp(PredPropByFunc(f,m)));
fprintf(stderr,"here\n");
}
}