forked from GNUsocial/gnu-social
		
	Remove debugging statements
This commit is contained in:
		| @@ -66,7 +66,6 @@ class ApiAuthAction extends ApiAction | |||||||
|  |  | ||||||
|     function prepare($args) |     function prepare($args) | ||||||
|     { |     { | ||||||
|         common_debug('ApiAction::prepare()'); |  | ||||||
|         parent::prepare($args); |         parent::prepare($args); | ||||||
|  |  | ||||||
|         if ($this->requiresAuth()) { |         if ($this->requiresAuth()) { | ||||||
|   | |||||||
| @@ -74,8 +74,6 @@ class ApiBareAuthAction extends ApiAuthAction | |||||||
|  |  | ||||||
|     function prepare($args) |     function prepare($args) | ||||||
|     { |     { | ||||||
|         common_debug("ApiBareAuthAction::prepare()"); |  | ||||||
|          |  | ||||||
|         parent::prepare($args); |         parent::prepare($args); | ||||||
|         return true; |         return true; | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user