Index: openacs-4/packages/acs-lang/tcl/lang-catalog-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/lang-catalog-procs.tcl,v diff -u -r1.21 -r1.22 --- openacs-4/packages/acs-lang/tcl/lang-catalog-procs.tcl 25 Aug 2003 10:25:32 -0000 1.21 +++ openacs-4/packages/acs-lang/tcl/lang-catalog-procs.tcl 27 Aug 2003 08:11:50 -0000 1.22 @@ -664,9 +664,7 @@ nsv_set lang_catalog_import_from_all_files_and_cache executed_p 1 db_foreach all_enabled_not_loaded_packages {} { - ns_log Notice "pm debug package $package_key is enabled and does not have message keys" if { [file isdirectory [file join [acs_package_root_dir $package_key] catalog]] } { - ns_log Notice "pm debug package $package_key has a catalog dir" lang::catalog::import_from_files $package_key } }