From: Alexandre Emsenhuber Date: Wed, 23 Sep 2009 11:35:51 +0000 (+0000) Subject: *STAB* Fix for r56806: remove debugging code X-Git-Tag: 1.31.0-rc.0~39567 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=7c7a06784295237ab1e51322ffaa0af073efddc4;p=lhc%2Fweb%2Fwiklou.git *STAB* Fix for r56806: remove debugging code --- diff --git a/includes/Article.php b/includes/Article.php index 900ffab3ec..443bce3a2a 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -720,7 +720,6 @@ class Article { $sql = $dbr->limitResult( $sql, $limit, $offset ); $sql .= ' ' . $this->getSelectOptions(); - wfVarDump( $sql ); $res = $dbr->query( $sql, __METHOD__ ); return new UserArrayFromResult( $res );