X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fapibareauth.php;h=da7af12614ac88801b8ab47a3316a3eb44927e8b;hb=c2c6acbfd25410f73a6bc83e8167f724c31ef22f;hp=a127a5bf3ccdc752db37675fdab3383a0177652c;hpb=1ef1f59fe8ec8c3fd012838cfe0d20051287c2d6;p=quix0rs-gnu-social.git diff --git a/lib/apibareauth.php b/lib/apibareauth.php index a127a5bf3c..da7af12614 100644 --- a/lib/apibareauth.php +++ b/lib/apibareauth.php @@ -32,6 +32,7 @@ * @author Sarven Capadisli * @author Zach Copley * @copyright 2009 StatusNet, Inc. + * @copyright 2009 Free Software Foundation, Inc http://www.fsf.org * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ @@ -74,8 +75,6 @@ class ApiBareAuthAction extends ApiAuthAction function prepare($args) { - common_debug("ApiBareAuthAction::prepare()"); - parent::prepare($args); return true; } @@ -108,4 +107,4 @@ class ApiBareAuthAction extends ApiAuthAction return false; } -} \ No newline at end of file +}