From: Yuri Astrakhan Date: Sun, 8 Jul 2007 04:26:56 +0000 (+0000) Subject: API: forgot to remove debugging statement X-Git-Tag: 1.31.0-rc.0~52204 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_del%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=d80efe0cf30a35b7de44ca4a735f239b8f8a1e75;p=lhc%2Fweb%2Fwiklou.git API: forgot to remove debugging statement --- diff --git a/includes/api/ApiQueryAllLinks.php b/includes/api/ApiQueryAllLinks.php index a7803b0ea2..55bc36e4bb 100644 --- a/includes/api/ApiQueryAllLinks.php +++ b/includes/api/ApiQueryAllLinks.php @@ -51,7 +51,6 @@ class ApiQueryAllLinks extends ApiQueryGeneratorBase { $db = $this->getDB(); $params = $this->extractRequestParams(); - $this->debugPrint($params); $prop = array_flip($params['prop']); $fld_ids = isset($prop['ids']);