Index: openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl,v diff -u -r1.113.2.25 -r1.113.2.26 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 26 Jul 2014 12:27:06 -0000 1.113.2.25 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 26 Jul 2014 12:33:25 -0000 1.113.2.26 @@ -1086,12 +1086,10 @@ set extension [file extension $file] set startclicks [clock clicks -milliseconds] - ns_log notice "check for extension handler for <$file>" - if { [nsv_exists rp_extension_handlers $extension] } { set handler [nsv_get rp_extension_handlers $extension] - ns_log notice "check for extension handler for <$file> ==> <$handler>" + #ns_log notice "check for extension handler for <$file> ==> <$handler>" catch {ds_init} @@ -1473,7 +1471,6 @@ doc_init set adp [ns_adp_parse -file [ad_conn file]] - ns_log notice "ns_adp_parse -file [ad_conn file] -> [string length $adp]" if { [doc_exists_p] } { doc_set_property body $adp