Skip to content

Commit 91c3628

Browse files
committed
3.1.5
1 parent 57688d2 commit 91c3628

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pack.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name(logicmoo_utils).
2-
version('3.1.4').
2+
version('3.1.5').
33
title('Common predicates that are used throughout LogicMOO Software').
44
keywords([local_scoping,utilities,debugging,loop_checking]).
55
author( 'Douglas Miles', 'http://www.linkedin.com/in/logicmoo' ).

prolog/logicmoo_startup.pl

Lines changed: 3 additions & 2 deletions
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+
%wemsg(init_why(Phase, Why)),
903903
set_prolog_flag(current_phase, Phase),
904904
%wemsg("%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%%"),
905905
%wemsg("%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%~%%%%"),!,
@@ -1981,12 +1981,13 @@
19811981
%=======================================
19821982

19831983
% These are mainly so we can later understand the restore phasing
1984+
/*
19841985
:- initialization(nop(wemsg(init_phase(program))),program).
19851986
:- initialization((wemsg(init_phase(after_load))),after_load).
19861987
:- initialization(nop(wemsg(init_phase(restore))),restore).
19871988
:- initialization((wemsg(init_phase(restore_state))),restore_state).
19881989
:- initialization(nop(wemsg(init_phase(prepare_state))),prepare_state).
1989-
1990+
*/
19901991

19911992
%= Register a hook after restore
19921993
:- initialization(nop(init_why(during_boot,restore)),restore).

0 commit comments

Comments
 (0)