Remove debugging statements

This commit is contained in:
Zach Copley 2009-11-04 22:12:01 -08:00
parent 3252f6ec1b
commit 2fc01dc7d1
2 changed files with 0 additions and 3 deletions

View File

@ -66,7 +66,6 @@ class ApiAuthAction extends ApiAction
function prepare($args)
{
common_debug('ApiAction::prepare()');
parent::prepare($args);
if ($this->requiresAuth()) {

View File

@ -74,8 +74,6 @@ class ApiBareAuthAction extends ApiAuthAction
function prepare($args)
{
common_debug("ApiBareAuthAction::prepare()");
parent::prepare($args);
return true;
}