diff --git a/e107_handlers/news_class.php b/e107_handlers/news_class.php index eb33eacc2..94d9c2a29 100644 --- a/e107_handlers/news_class.php +++ b/e107_handlers/news_class.php @@ -718,8 +718,6 @@ class e_news_tree extends e_front_tree_model $featuredCount = !empty($parms['featured']) ? intval($parms['featured']) : 0; - e107::getDebug()->log("Featured Count: ".$featuredCount); - foreach ($items as $news) {