]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove common_debug() from search.json, search.atom
authorEvan Prodromou <evan@status.net>
Sat, 31 Dec 2011 06:23:50 +0000 (22:23 -0800)
committerEvan Prodromou <evan@status.net>
Sat, 31 Dec 2011 06:23:50 +0000 (22:23 -0800)
actions/apisearchatom.php
actions/apisearchjson.php

index 32ff918da3b6e70e01966cece29d331372060691..075a4df83de6421eb263797b9282a1972890f5a5 100644 (file)
@@ -92,8 +92,6 @@ class ApiSearchAtomAction extends ApiPrivateAuthAction
      */
     function prepare($args)
     {
-        common_debug("in apisearchatom prepare()");
-
         parent::prepare($args);
 
         $this->query = $this->trimmed('q');
index dd442b7f24925c5d99f50204d4ae0ec7eda044c7..79b26665541bb2b09364019c34acca81839ecbc3 100644 (file)
@@ -63,8 +63,6 @@ class ApiSearchJSONAction extends ApiPrivateAuthAction
      */
     function prepare($args)
     {
-        common_debug("apisearchjson prepare()");
-
         parent::prepare($args);
 
         $this->query = $this->trimmed('q');