From 690f982a692c4dc384f2e17c2662df1210411405 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 10 Jan 2009 12:17:42 +0000 Subject: [PATCH] MINOR removed debug code from i18n git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@69960 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/i18n.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/i18n.php b/core/i18n.php index 58a35e188..8f37ab0b6 100755 --- a/core/i18n.php +++ b/core/i18n.php @@ -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; }