Index: openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl 9 May 2001 05:15:58 -0000 1.2 +++ openacs-4/packages/acs-templating/tcl/doc-tcl-procs.tcl 19 Jan 2002 22:10:14 -0000 1.3 @@ -173,9 +173,6 @@ set output [template::adp_eval code] } upvar output output - ns_log notice " - writing $file_name from the template $template -" template::util::write_to_file $file_name "$output" } Index: openacs-4/packages/acs-templating/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/form-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 12 Dec 2001 20:54:47 -0000 1.3 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 19 Jan 2002 22:10:14 -0000 1.4 @@ -112,8 +112,6 @@ get_reference - ns_log notice "REFERENCE****************" - set elements:rowcount 0 foreach element_ref $elements { Index: openacs-4/packages/acs-templating/tcl/parse-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/parse-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/tcl/parse-procs.tcl 9 May 2001 05:15:58 -0000 1.2 +++ openacs-4/packages/acs-templating/tcl/parse-procs.tcl 19 Jan 2002 22:10:14 -0000 1.3 @@ -33,7 +33,6 @@ } else { set __name $__value } - ns_log debug "REFERENCE: '$__name' from '$__value'" upvar \#[adp_level] $__value $__name \ $__value:rowcount $__name:rowcount \ $__value:columns $__name:columns Index: openacs-4/packages/acs-templating/tcl/query-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/query-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-templating/tcl/query-procs.tcl 26 May 2001 18:40:14 -0000 1.5 +++ openacs-4/packages/acs-templating/tcl/query-procs.tcl 19 Jan 2002 22:10:14 -0000 1.6 @@ -85,7 +85,6 @@ set full_statement_name [db_qd_get_fullname $statement_name] #set beginTime [clock clicks] - ns_log Notice "query sql = $sql" template::util::get_opts $args @@ -134,7 +133,6 @@ } { - ns_log Notice "sql = $sql" upvar opts opts upvar $opts(uplevel) $result_name result