Index: branches/js2-work/phase3/includes/GlobalFunctions.php |
— | — | @@ -708,9 +708,6 @@ |
709 | 709 | } |
710 | 710 | } else { |
711 | 711 | $lang = wfGetLangObj( $langCode ); |
712 | | - |
713 | | - print_r($lang); |
714 | | - |
715 | 712 | # MessageCache::get() does this already, Language::getMessage() doesn't |
716 | 713 | # ISSUE: Should we try to handle "message/lang" here too? |
717 | 714 | $key = str_replace( ' ' , '_' , $wgContLang->lcfirst( $key ) ); |