mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
d3d6ae833d
commit
690f982a69
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user