From: Zheng Zhu Date: Fri, 17 Sep 2004 18:29:15 +0000 (+0000) Subject: removed a debug output when setting up the dropbox for language variants X-Git-Tag: 1.5.0alpha1~1978 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=b7f4c47775c74b2cba01e7d4805fa2f6ddfffaf3;p=lhc%2Fweb%2Fwiklou.git removed a debug output when setting up the dropbox for language variants --- diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index 0931c162e5..e3d614278e 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -409,7 +409,6 @@ class PreferencesForm { $variantArray=array(); foreach($variants as $v) { $v = str_replace( '_', '-', strtolower($v)); - print "v=$v\n"; if($name=$wgLanguageNames[$v]) { $variantArray[$v] = $name; }