get rid of debugging messages

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1215 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2004-12-16 06:19:00 +00:00
parent 94b1984a7f
commit a013a38c7b
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ extract_vars([_-V|Cache], [V|AllVs]) :-
add_evidence(K, V) :-
evidence(K, Ev), !,
listing(evidence),
clpbn:put_atts(V, [evidence(Ev)]).
add_evidence(_, _).