MINOR removed debug code from i18n

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@69960 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-01-10 12:17:42 +00:00
parent d3d6ae833d
commit 690f982a69

View File

@ -991,7 +991,6 @@ class i18n extends Object {
* @param string $locale Locale to be set
*/
static function set_locale($locale) {
if(strlen($locale) == 2) Debug::backtrace();
if ($locale) self::$current_locale = $locale;
}