From b3230dfe27706a5319c19e517a124f5309021249 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Tue, 15 Apr 2008 14:17:10 +0000 Subject: [PATCH] It would have been fun if this went live. :D --- includes/Database.php | 2 -- 1 file changed, 2 deletions(-) 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 ) ) { -- 2.20.1