Skip to content

Commit

Permalink
disabled some logging to ease running without ACT-CV
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Halbrügge committed Jun 8, 2016
1 parent 0c1dc81 commit b3612a8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions kitchen assistant model.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
state check-world-start
worldmark nil

!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
;!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
#|
?vocal>
state free
Expand Down Expand Up @@ -340,7 +340,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
state check-world-start
worldmark nil

!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
;!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
)


Expand Down Expand Up @@ -431,7 +431,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
state check-world-start
worldmark nil

!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
;!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
)


Expand Down Expand Up @@ -1081,7 +1081,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
state check-world-start
worldmark nil

!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
;!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
)


Expand Down Expand Up @@ -1157,7 +1157,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
state check-world-start
worldmark nil

!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
;!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
)
(p retrieve-check-world-start-2
=goal>
Expand All @@ -1176,7 +1176,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
state check-world-start
worldmark nil

!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
;!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
)

#|
Expand Down Expand Up @@ -1888,7 +1888,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
state check-world-start
worldmark nil

!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
;!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
#|
+vocal>
isa speak
Expand Down Expand Up @@ -2534,7 +2534,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
state check-world-start
worldmark nil

!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
;!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
)
(p next-step-main-mismatch-first
=goal>
Expand Down Expand Up @@ -2678,7 +2678,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
state check-world-start
worldmark nil

!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
;!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
)
(p next-step-is-finish-imag2
=goal>
Expand All @@ -2696,7 +2696,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
=goal>
state check-world-start
worldmark nil
!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
;!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
)
(p next-step-is-finish-imag3
=goal>
Expand All @@ -2714,7 +2714,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
=goal>
state check-world-start
worldmark nil
!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
;!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
)
(p next-step-is-finish-imag4
=goal>
Expand All @@ -2732,7 +2732,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
=goal>
state check-world-start
worldmark nil
!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
;!eval! (EvalToVoid (format nil "(START-WORLD-STRATEGY ~W)" (mp-time)))
)


Expand Down

0 comments on commit b3612a8

Please sign in to comment.