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>
|
<h2>Yap-5.1.2:</h2>
|
||||||
<ul>
|
<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
|
<li> FIXED: indexing-code emulator should update S (obs from Rui
|
||||||
Camacho).</li>
|
Camacho).</li>
|
||||||
<li> FIXED: error with atoms in arithmetic messages (obs from Paulo Moura).</li>
|
<li> FIXED: error with atoms in arithmetic messages (obs from Paulo Moura).</li>
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
'$creep'(G) :-
|
'$creep'(G) :-
|
||||||
% get the first signal from the mask
|
% get the first signal from the mask
|
||||||
'$first_signal'(Sig), !,
|
'$first_signal'(Sig), !,
|
||||||
format('~w~n',[G]),
|
|
||||||
% process it
|
% process it
|
||||||
'$do_signal'(Sig, G).
|
'$do_signal'(Sig, G).
|
||||||
'$creep'([M|G]) :-
|
'$creep'([M|G]) :-
|
||||||
@ -33,7 +32,6 @@
|
|||||||
'$continue_signals',
|
'$continue_signals',
|
||||||
'$wake_up_goal'(G, LG).
|
'$wake_up_goal'(G, LG).
|
||||||
'$do_signal'(sig_creep, [M|G]) :-
|
'$do_signal'(sig_creep, [M|G]) :-
|
||||||
format('~w~n',[G]),
|
|
||||||
'$start_creep'([M|G]).
|
'$start_creep'([M|G]).
|
||||||
'$do_signal'(sig_delay_creep, [M|G]) :-
|
'$do_signal'(sig_delay_creep, [M|G]) :-
|
||||||
'$execute'(M:G),
|
'$execute'(M:G),
|
||||||
|
Reference in New Issue
Block a user