Index: trunk/phase3/includes/api/ApiQueryAllLinks.php |
— | — | @@ -51,7 +51,6 @@ |
52 | 52 | |
53 | 53 | $db = $this->getDB(); |
54 | 54 | $params = $this->extractRequestParams(); |
55 | | - $this->debugPrint($params); |
56 | 55 | |
57 | 56 | $prop = array_flip($params['prop']); |
58 | 57 | $fld_ids = isset($prop['ids']); |