get rid of debugger debugging messages :-).

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1783 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2007-01-24 14:23:29 +00:00
parent b3d9e88802
commit e0944f4a65

View File

@ -365,8 +365,6 @@ debugging :-
% just fail here, don't really need to call debugger, the user knows what he
% wants to do
'$loop_fail'(_GoalNumber, _G, _Module, _InControl) :-
write(_G),nl,
yap_hacks:stack_dump,
'$continue_debugging',
fail.