remove common_debug() from search.json, search.atom

This commit is contained in:
Evan Prodromou 2011-12-30 22:23:50 -08:00
parent eb05bdfcaf
commit c9fbe2ead7
2 changed files with 0 additions and 4 deletions

View File

@ -92,8 +92,6 @@ class ApiSearchAtomAction extends ApiPrivateAuthAction
*/ */
function prepare($args) function prepare($args)
{ {
common_debug("in apisearchatom prepare()");
parent::prepare($args); parent::prepare($args);
$this->query = $this->trimmed('q'); $this->query = $this->trimmed('q');

View File

@ -63,8 +63,6 @@ class ApiSearchJSONAction extends ApiPrivateAuthAction
*/ */
function prepare($args) function prepare($args)
{ {
common_debug("apisearchjson prepare()");
parent::prepare($args); parent::prepare($args);
$this->query = $this->trimmed('q'); $this->query = $this->trimmed('q');