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.17 -r1.18 --- openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 17 May 2003 09:40:20 -0000 1.17 +++ openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 19 May 2003 10:05:28 -0000 1.18 @@ -341,8 +341,7 @@ set has_db_types_p 0 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" + set db_type [apm_guess_db_type $package_key $file] if { ![empty_string_p $db_type] } { set has_db_types_p 1 }