diff options
Diffstat (limited to 'actions/api.php')
-rw-r--r-- | actions/api.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/api.php b/actions/api.php index 4cdda5ff6..b36d644e6 100644 --- a/actions/api.php +++ b/actions/api.php @@ -179,7 +179,6 @@ class ApiAction extends Action { ); if (array_key_exists($apiaction, $write_methods)) { - common_debug("checking method"); if (!in_array($cmdtext, $write_methods[$apiaction])) { return true; } |