Index: openacs-4/packages/xowf/tcl/xowf-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/xowf-procs.tcl,v diff -u -r1.28.2.62 -r1.28.2.63 --- openacs-4/packages/xowf/tcl/xowf-procs.tcl 27 Dec 2021 18:11:35 -0000 1.28.2.62 +++ openacs-4/packages/xowf/tcl/xowf-procs.tcl 2 Jan 2022 19:38:53 -0000 1.28.2.63 @@ -1743,7 +1743,7 @@ # "get_next_state" by the activated method. # set next_state [$actionObj get_next_state] - :log "ACTIVATE ${:name} no error next-state <$next_state>" + #:log "ACTIVATE ${:name} no error next-state <$next_state>" } return $next_state }