mmm...
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 30 Mar 2008 09:51:15 +0000 (09:51 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 30 Mar 2008 09:51:15 +0000 (09:51 +0000)
includes/Database.php

index 3581abf..1e247b4 100644 (file)
@@ -298,8 +298,6 @@ class Database {
                global $wguname;
                wfProfileIn( __METHOD__ );
 
-               $server = 'localhost'; debugging_code_left_in();
-
                # Test for missing mysql.so
                # First try to load it
                if (!@extension_loaded('mysql')) {