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:
parent
94b1984a7f
commit
a013a38c7b
@ -109,7 +109,6 @@ extract_vars([_-V|Cache], [V|AllVs]) :-
|
|||||||
|
|
||||||
add_evidence(K, V) :-
|
add_evidence(K, V) :-
|
||||||
evidence(K, Ev), !,
|
evidence(K, Ev), !,
|
||||||
listing(evidence),
|
|
||||||
clpbn:put_atts(V, [evidence(Ev)]).
|
clpbn:put_atts(V, [evidence(Ev)]).
|
||||||
add_evidence(_, _).
|
add_evidence(_, _).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user