Index: openacs-4/packages/xotcl-core/tcl/cr-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/cr-procs.tcl,v diff -u -r1.76.2.43 -r1.76.2.44 --- openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 27 Feb 2021 20:23:34 -0000 1.76.2.43 +++ openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 6 Mar 2021 14:23:32 -0000 1.76.2.44 @@ -1876,11 +1876,8 @@ } CrCache::Item instproc save_new args { set item_id [next] - ns_log notice "===== save_new acs::per_request_cache flush -pattern xotcl-core.lookup-${:parent_id}-${:name}" + #ns_log notice "===== save_new acs::per_request_cache flush -pattern xotcl-core.lookup-${:parent_id}-${:name}" acs::per_request_cache flush -pattern xotcl-core.lookup-${:parent_id}-${:name} - - - return $item_id } CrCache::Item instproc delete args {