Index: openacs-4/packages/acs-templating/tcl/currency-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/currency-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-templating/tcl/currency-procs.tcl 15 Oct 2003 12:35:51 -0000 1.6 +++ openacs-4/packages/acs-templating/tcl/currency-procs.tcl 1 Nov 2003 08:45:37 -0000 1.7 @@ -121,7 +121,7 @@ lappend the_amount [ns_queryget $element_id.format] - ns_log Notice "The amount: $the_amount length: [llength $the_amount]" + ns_log debug "template::data::transform::currency: the_amount: $the_amount length: [llength $the_amount]" if { $have_values } { return [list $the_amount]