summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-01-28 01:24:40 +0000
committerZach Copley <zach@status.net>2010-01-28 01:24:40 +0000
commitf296f04abdc545f03daf55676282a2ae7108f79e (patch)
tree60a2f9318f3481c5d9ee49bcc9eb0b019fff9e07
parent324590c46eba2900164d0487a2d525ea4e9f93b8 (diff)
Remove debugging statement
-rw-r--r--lib/apiauth.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/apiauth.php b/lib/apiauth.php
index d441014ad..c684a6cae 100644
--- a/lib/apiauth.php
+++ b/lib/apiauth.php
@@ -96,9 +96,6 @@ class ApiAuthAction extends ApiAction
// Reject API calls with the wrong access level
if ($this->isReadOnly($args) == false) {
-
- common_debug(get_class($this) . ' is not read-only!');
-
if ($this->access != self::READ_WRITE) {
$msg = _('API resource requires read-write access, ' .
'but you only have read access.');