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/featured.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'actions/featured.php') diff --git a/actions/featured.php b/actions/featured.php index 63ba8a071..2bbe7c70c 100644 --- a/actions/featured.php +++ b/actions/featured.php @@ -80,7 +80,6 @@ class FeaturedAction extends StreamAction { while ($user->fetch()) { $profile_ids[] = $user->id; - common_debug("id = $user->id"); } $profile = new Profile; @@ -89,8 +88,6 @@ class FeaturedAction extends StreamAction { $cnt = $profile->find(); - common_debug("count = $cnt"); - if ($cnt > 0) { $featured = new ProfileList($profile); $featured->show_list(); -- cgit v1.2.3-54-g00ecf