get rid of debug messages
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1907 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
21c8ead246
commit
628bcbeeb6
@ -16,6 +16,8 @@
|
||||
|
||||
<h2>Yap-5.1.2:</h2>
|
||||
<ul>
|
||||
<li> FIXED: clauses with floats/large ints should be pinnned (obs from Bernd
|
||||
Gutmann).</li>
|
||||
<li> FIXED: indexing-code emulator should update S (obs from Rui
|
||||
Camacho).</li>
|
||||
<li> FIXED: error with atoms in arithmetic messages (obs from Paulo Moura).</li>
|
||||
|
@ -20,7 +20,6 @@
|
||||
'$creep'(G) :-
|
||||
% get the first signal from the mask
|
||||
'$first_signal'(Sig), !,
|
||||
format('~w~n',[G]),
|
||||
% process it
|
||||
'$do_signal'(Sig, G).
|
||||
'$creep'([M|G]) :-
|
||||
@ -33,7 +32,6 @@
|
||||
'$continue_signals',
|
||||
'$wake_up_goal'(G, LG).
|
||||
'$do_signal'(sig_creep, [M|G]) :-
|
||||
format('~w~n',[G]),
|
||||
'$start_creep'([M|G]).
|
||||
'$do_signal'(sig_delay_creep, [M|G]) :-
|
||||
'$execute'(M:G),
|
||||
|
Reference in New Issue
Block a user