From d80efe0cf30a35b7de44ca4a735f239b8f8a1e75 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Sun, 8 Jul 2007 04:26:56 +0000 Subject: [PATCH] API: forgot to remove debugging statement --- includes/api/ApiQueryAllLinks.php | 1 - 1 file changed, 1 deletion(-) 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']); -- 2.20.1