diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-02-19 10:38:31 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-02-19 10:38:31 +0000 |
commit | 4917b2adcba40cdd4bf7277ab9c07f746a2ab4c3 (patch) | |
tree | 8683c3230da94f7d4478f67ccd2e34da4c0e9a44 /modules | |
parent | 79916b2ad343230351fd7f133cf658afb0cef356 (diff) | |
download | brdo-4917b2adcba40cdd4bf7277ab9c07f746a2ab4c3.tar.gz brdo-4917b2adcba40cdd4bf7277ab9c07f746a2ab4c3.tar.bz2 |
- Patch #409676 by mrfelton, greggles: removed 'Parsed JavaScript file' message from watchdog.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/locale/locale.module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/locale/locale.module b/modules/locale/locale.module index bfc16e43a..7f308ff93 100644 --- a/modules/locale/locale.module +++ b/modules/locale/locale.module @@ -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; } |