Index: modules/locale/locale.module =================================================================== --- modules/locale/locale.module (revision 773) +++ modules/locale/locale.module (working copy) @@ -505,7 +505,6 @@ // 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; }