From: zach Date: Fri, 24 Oct 2008 21:51:01 +0000 (-0400) Subject: Twitter-compatible API - removed debugging statement X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=85b9e58e535d44f5973fe14f888dc19f25bcaddd;p=quix0rs-gnu-social.git Twitter-compatible API - removed debugging statement darcs-hash:20081024215101-462f3-cef62f04283d58538dd7aab621668ce2274593f7.gz --- diff --git a/actions/api.php b/actions/api.php index 4cdda5ff64..b36d644e62 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; }