? .cache ? .project ? .settings ? 409676_locale_watchdog_unnecessary.patch ? 520736-forum-menu-load-crazyness.patch ? database ? files ? locale-watchdog.patch ? updates ? includes/tests ? modules/actions ? modules/archive ? modules/blogapi ? modules/drupal ? modules/legacy ? modules/page ? modules/ping ? modules/story ? modules/throttle ? modules/upload ? modules/watchdog ? modules/image/images ? profiles/default ? profiles/expert ? sites/all/modules/contrib ? sites/default/files ? sites/default/private ? sites/default/settings.php ? themes/bluemarine ? themes/example ? themes/pushbutton ? themes/slate ? themes/chameleon/images ? themes/chameleon/marvin ? themes/chameleon/pure ? themes/engines/xtemplate ? themes/garland/minnelli/color ? themes/goofy/images ? themes/jeroen/images ? themes/marvin/images ? themes/trillian/images ? themes/unconed/images ? themes/xtemplate/default ? themes/xtemplate/images ? themes/xtemplate/pushbutton ? themes/yaroon/images Index: modules/locale/locale.module =================================================================== RCS file: /cvs/drupal/drupal/modules/locale/locale.module,v retrieving revision 1.282 diff -u -p -r1.282 locale.module --- modules/locale/locale.module 14 Jan 2010 06:43:24 -0000 1.282 +++ modules/locale/locale.module 18 Feb 2010 20:28:56 -0000 @@ -774,7 +774,6 @@ function locale_js_alter(&$javascript) { // Don't parse our own translations files. if (substr($filepath, 0, strlen($dir)) != $dir) { locale_inc_callback('_locale_parse_js_file', $filepath); - watchdog('locale', 'Parsed JavaScript file %file.', array('%file' => $filepath)); $parsed[] = $filepath; $new_files = TRUE; }