summaryrefslogtreecommitdiff
path: root/actions/featured.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/featured.php')
-rw-r--r--actions/featured.php3
1 files changed, 0 insertions, 3 deletions
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();