From 6b2038d762954dc0957d9d6abe5c01a901782500 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 3 Oct 2003 17:17:18 +0000 Subject: - Removed a debug statement from the locale module. Thanks Gobar. --- modules/locale.module | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/locale.module') diff --git a/modules/locale.module b/modules/locale.module index d25363dfb..1814b8363 100644 --- a/modules/locale.module +++ b/modules/locale.module @@ -339,8 +339,6 @@ function locale($string) { global $locale; static $locale_t; - return ($string); // Need to patch this for a while. - if (!isset($locale_t)) { $cache = cache_get("locale:$locale"); -- cgit v1.2.3