get rid of silly debugging message.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2101 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2008-02-14 16:34:14 +00:00
parent 88bb8c81aa
commit 6cc240fe7f

View File

@ -191,7 +191,7 @@ module(N) :-
'$is_mt'(Mod,H,MT),
'$module_u_vars'(H,UVars,M), % collect head variables in
% expanded positions
'$module_expansion'(B,B1,BO,M,M,M,UVars,MT). % expand body
'$module_expansion'(B,B1,BO,M,M,M,UVars,MT).% expand body
% $trace_module((H:-B),(H:-B1)).
% expand module names in a body