Index: openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl 8 Aug 2006 21:27:11 -0000 1.17 +++ openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl 15 May 2007 20:14:53 -0000 1.18 @@ -45,12 +45,6 @@ ns_log Error "Empty datasource returned from $impl_name for context $summary_context_id in rss_gen_report. Probably because the implementation hasn't been bound." return } - ns_log Debug " -DB -------------------------------------------------------------------------------- -DB DAVE debugging procedure rss_gen_report -DB -------------------------------------------------------------------------------- -DB datasource = '${datasource}' -DB --------------------------------------------------------------------------------" set args "" foreach {name val} $datasource { regsub -all {[\]\[\{\}""\\$]} $val {\\&} val