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 -N -r1.28.2.44 -r1.28.2.45 --- openacs-4/packages/xowf/tcl/xowf-procs.tcl 21 Oct 2020 17:47:06 -0000 1.28.2.44 +++ openacs-4/packages/xowf/tcl/xowf-procs.tcl 25 Oct 2020 17:12:40 -0000 1.28.2.45 @@ -262,7 +262,7 @@ # Keep workflow container 10 minutes in the per-thread cache. # if {[clock seconds] - ${:creation_time} > 600} { - ns_log notice "======================== WorkflowContainer [self] self destroys" + #ns_log notice "======================== WorkflowContainer [self] self destroys" ::xo::remove_cleanup [self] :destroy }