diff options
author | Zach Copley <zach@status.net> | 2009-11-04 22:12:01 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-11-04 22:12:01 -0800 |
commit | 2fc01dc7d150e138d2b70e34d8aa816781dfdd36 (patch) | |
tree | 4cc5b31e25cf111d7ab1742d5aa577fc93e10005 /lib/apiauth.php | |
parent | 3252f6ec1b0e97fe2db8b40b8236a7652f87a47e (diff) |
Remove debugging statements
Diffstat (limited to 'lib/apiauth.php')
-rw-r--r-- | lib/apiauth.php | 1 |
1 files changed, 0 insertions, 1 deletions
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()) { |