From: Evan Prodromou Date: Sat, 31 Dec 2011 06:23:50 +0000 (-0800) Subject: remove common_debug() from search.json, search.atom X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c9fbe2ead7e789e690ebcb37336ad0bf9adcd25f;p=quix0rs-gnu-social.git remove common_debug() from search.json, search.atom --- diff --git a/actions/apisearchatom.php b/actions/apisearchatom.php index 32ff918da3..075a4df83d 100644 --- a/actions/apisearchatom.php +++ b/actions/apisearchatom.php @@ -92,8 +92,6 @@ class ApiSearchAtomAction extends ApiPrivateAuthAction */ function prepare($args) { - common_debug("in apisearchatom prepare()"); - parent::prepare($args); $this->query = $this->trimmed('q'); diff --git a/actions/apisearchjson.php b/actions/apisearchjson.php index dd442b7f24..79b2666554 100644 --- a/actions/apisearchjson.php +++ b/actions/apisearchjson.php @@ -63,8 +63,6 @@ class ApiSearchJSONAction extends ApiPrivateAuthAction */ function prepare($args) { - common_debug("apisearchjson prepare()"); - parent::prepare($args); $this->query = $this->trimmed('q');