Twitter-compatible API - removed debugging statement

darcs-hash:20081024215101-462f3-cef62f04283d58538dd7aab621668ce2274593f7.gz
This commit is contained in:
zach 2008-10-24 17:51:01 -04:00
parent f8a73c157e
commit 85b9e58e53
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}