It would have been fun if this went live. :D
authorAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 15 Apr 2008 14:17:10 +0000 (14:17 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 15 Apr 2008 14:17:10 +0000 (14:17 +0000)
includes/Database.php

index 6c2c0ce..df68f7a 100644 (file)
@@ -448,8 +448,6 @@ class Database {
         */
        public function query( $sql, $fname = '', $tempIgnore = false ) {
                global $wgProfiler;
-               
-               echo "$sql\n\n";
 
                $isMaster = !is_null( $this->getLBInfo( 'master' ) );
                if ( isset( $wgProfiler ) ) {