]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/public.php
change default timeout setting for HTTPClient
[quix0rs-gnu-social.git] / actions / public.php
index 000f82cb93d5e96b49609cf01676326e9aec6ae3..a2958e8806aa9a74c3991d919eb6179d034ce290 100644 (file)
@@ -86,12 +86,6 @@ class PublicAction extends SitestreamAction
             $ibs->show();
         }
 
-        $p = Profile::current();
-
-        if (!common_config('performance', 'high')) {
-            $cloud = new PublicTagCloudSection($this);
-            $cloud->show();
-        }
         $feat = new FeaturedUsersSection($this);
         $feat->show();
     }