]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Twitter-compatible API - removed debugging statement
authorzach <zach@controlyourself.ca>
Fri, 24 Oct 2008 21:51:01 +0000 (17:51 -0400)
committerzach <zach@controlyourself.ca>
Fri, 24 Oct 2008 21:51:01 +0000 (17:51 -0400)
darcs-hash:20081024215101-462f3-cef62f04283d58538dd7aab621668ce2274593f7.gz

actions/api.php

index 4cdda5ff644ed016120fc62a19c062eb3332c48b..b36d644e62a803a125f58fa6c43be874c4878886 100644 (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;
                        }