From 6d464ec91b06a66cfc989084b8af8acb1317e23d Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Wed, 10 Dec 2008 21:42:33 -0500 Subject: Remove a bunch of extraneous logging statements darcs-hash:20081211024233-7b5ce-e4911c049adf067f24821f868a27bdf67c324caf.gz --- actions/twitapifavorites.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'actions/twitapifavorites.php') diff --git a/actions/twitapifavorites.php b/actions/twitapifavorites.php index 7783707a4..3eaff327a 100644 --- a/actions/twitapifavorites.php +++ b/actions/twitapifavorites.php @@ -116,8 +116,6 @@ class TwitapifavoritesAction extends TwitterapiAction { return; } - common_debug("notice: " . $apidata['api_arg']); - $fave = Fave::addNew($user, $notice); if (!$fave) { -- cgit v1.2.3-54-g00ecf