Skip to content

Commit 5944657

Browse files
committed
fixed singleton
1 parent 91c3628 commit 5944657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prolog/logicmoo_startup.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@
899899
init_why(Phase, Why):-
900900
%wemsg("%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%%"),
901901
%wemsg("%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%%"),
902-
%wemsg(init_why(Phase, Why)),
902+
nop(wemsg(init_why(Phase, Why))),
903903
set_prolog_flag(current_phase, Phase),
904904
%wemsg("%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%%"),
905905
%wemsg("%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%%"),!,

0 commit comments

Comments
 (0)