removed a debug output when setting up the dropbox for language variants
authorZheng Zhu <zhengzhu@users.mediawiki.org>
Fri, 17 Sep 2004 18:29:15 +0000 (18:29 +0000)
committerZheng Zhu <zhengzhu@users.mediawiki.org>
Fri, 17 Sep 2004 18:29:15 +0000 (18:29 +0000)
includes/SpecialPreferences.php

index 0931c16..e3d6142 100644 (file)
@@ -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;
             }