X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ffeatured.php;h=2bbe7c70cef666ea594922abe251f49af17e1b44;hb=2abe10b8ea4b5d69fc7f6513bf465541454ca2cf;hp=63ba8a07166956f21a476879345f00122d78ee48;hpb=dac0314e0a36923c3be8f0a8c22d0d9c36d331e8;p=quix0rs-gnu-social.git diff --git a/actions/featured.php b/actions/featured.php index 63ba8a0716..2bbe7c70ce 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();