Index: openacs-4/packages/acs-templating/tcl/list-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/list-procs.tcl,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 16 Oct 2003 13:33:49 -0000 1.8 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 17 Oct 2003 08:41:49 -0000 1.9 @@ -819,12 +819,8 @@ # multirow data source. The output of this procedure will be # placed in __adp_output in this stack frame. - #ns_log Notice "LARS: Code source: [info body template::code::adp::$file_stub]" - template::code::adp::$file_stub - #ns_log Notice "LARS: template::list::template returns: $__adp_output" - return $__adp_output } @@ -1053,8 +1049,6 @@ # evaluate the code and return the rendered HTML for the list set __output [template::adp_eval __list_code] - #ns_log Notice "LARS: template::list::render returning => $__output" - return $__output } @@ -1068,8 +1062,6 @@ set __adp_output $list_properties(row_template) - #ns_log Notice "LARS: render_row. __adp_output = $__adp_output" - # compile the template (this is the second compilation, if we're using a dynamic template -- I think) set __list_code [template::adp_compile -string $__adp_output] @@ -1350,8 +1342,6 @@ # multirow data source. The output of this procedure will be # placed in __adp_output in this stack frame. - #ns_log Notice "LARS: Code source: [info body template::code::adp::$file_stub]" - template::code::adp::$file_stub return $__adp_output @@ -1695,8 +1685,6 @@ # Get an upvar'd reference to list_properties template::list::get_reference -name $list_name - #ns_log Notice "LARS: element::render -list_name $list_name -element_name $element_name: upvar #$level $list_name:properties list_properties; list_properties = [array get list_properties], [info exists list_properties]" - set multirow $list_properties(multirow) # Get the element properties @@ -1733,8 +1721,6 @@ set output "$old_output$old_output" } - #ns_log Notice "LARS: element=$element_name, element_properties=[array get element_properties], output=$output" - return $output }