Remove debugging statements
Dieser Commit ist enthalten in:
Ursprung
3252f6ec1b
Commit
2fc01dc7d1
@ -66,7 +66,6 @@ class ApiAuthAction extends ApiAction
|
||||
|
||||
function prepare($args)
|
||||
{
|
||||
common_debug('ApiAction::prepare()');
|
||||
parent::prepare($args);
|
||||
|
||||
if ($this->requiresAuth()) {
|
||||
|
@ -74,8 +74,6 @@ class ApiBareAuthAction extends ApiAuthAction
|
||||
|
||||
function prepare($args)
|
||||
{
|
||||
common_debug("ApiBareAuthAction::prepare()");
|
||||
|
||||
parent::prepare($args);
|
||||
return true;
|
||||
}
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren