Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -N -r1.542.2.101 -r1.542.2.102 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 3 Feb 2021 14:00:05 -0000 1.542.2.101 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 6 Mar 2021 14:24:36 -0000 1.542.2.102 @@ -5158,7 +5158,7 @@ # If the newly created item was in production mode, but ordinary entries # are not, change on the first save the status to ready # - ns_log notice "----- save_data: old_name $old_name, is_new_entry [:is_new_entry $old_name] name <${:name}>" + #ns_log notice "----- save_data: old_name $old_name, is_new_entry [:is_new_entry $old_name] name <${:name}>" if {[:is_new_entry $old_name]} { if {![::$package_id get_parameter production_mode 0]} { set :publish_status "ready"