Index: openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl,v diff -u -r1.9.2.4 -r1.9.2.5 --- openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 10 Mar 2003 21:14:17 -0000 1.9.2.4 +++ openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 24 Mar 2003 10:32:11 -0000 1.9.2.5 @@ -302,7 +302,6 @@ foreach file [apm_get_package_files -all_db_types -package_key $package_key] { set db_type [apm_guess_db_type $package_key $file] - ns_log Notice "pm debug $file db type $db_type" if { ![empty_string_p $db_type] } { set has_db_types_p 1 }