]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/featured.php
Profile block base style
[quix0rs-gnu-social.git] / actions / featured.php
index 63ba8a07166956f21a476879345f00122d78ee48..2bbe7c70cef666ea594922abe251f49af17e1b44 100644 (file)
@@ -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();