From 85b9e58e535d44f5973fe14f888dc19f25bcaddd Mon Sep 17 00:00:00 2001 From: zach Date: Fri, 24 Oct 2008 17:51:01 -0400 Subject: [PATCH] Twitter-compatible API - removed debugging statement darcs-hash:20081024215101-462f3-cef62f04283d58538dd7aab621668ce2274593f7.gz --- actions/api.php | 1 - 1 file changed, 1 deletion(-) 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; }