From: Aryeh Gregor Date: Tue, 15 Apr 2008 14:17:10 +0000 (+0000) Subject: It would have been fun if this went live. :D X-Git-Tag: 1.31.0-rc.0~48311 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=b3230dfe27706a5319c19e517a124f5309021249;p=lhc%2Fweb%2Fwiklou.git It would have been fun if this went live. :D --- diff --git a/includes/Database.php b/includes/Database.php index 6c2c0ce35b..df68f7ab5c 100644 --- a/includes/Database.php +++ b/includes/Database.php @@ -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 ) ) {