From 2fc01dc7d150e138d2b70e34d8aa816781dfdd36 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Wed, 4 Nov 2009 22:12:01 -0800 Subject: Remove debugging statements --- lib/apiauth.php | 1 - lib/apibareauth.php | 2 -- 2 files changed, 3 deletions(-) (limited to 'lib') diff --git a/lib/apiauth.php b/lib/apiauth.php index 2a3377013..2f2e44a26 100644 --- a/lib/apiauth.php +++ b/lib/apiauth.php @@ -66,7 +66,6 @@ class ApiAuthAction extends ApiAction function prepare($args) { - common_debug('ApiAction::prepare()'); parent::prepare($args); if ($this->requiresAuth()) { diff --git a/lib/apibareauth.php b/lib/apibareauth.php index a127a5bf3..2d29c1ddd 100644 --- a/lib/apibareauth.php +++ b/lib/apibareauth.php @@ -74,8 +74,6 @@ class ApiBareAuthAction extends ApiAuthAction function prepare($args) { - common_debug("ApiBareAuthAction::prepare()"); - parent::prepare($args); return true; } -- cgit v1.2.3-54-g00ecf