Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.140.2.11 -r1.140.2.12 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 11 Oct 2015 17:35:21 -0000 1.140.2.11 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 16 Oct 2015 10:29:27 -0000 1.140.2.12 @@ -762,10 +762,8 @@ if { $precedence_type ne "exclude" } { foreach flag [split [lindex $name_spec 1] ","] { - ns_log notice "process flag '$flag'" set exp_flag($name:$flag) 0 if {[regexp {^(\w+)[\(](.+)[\)]$} $flag . flag value]} { - ns_log notice "set value [list set exp_flag($name:$flag) $value]" set exp_flag($name:$flag) $value } }