1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Remove debug info

This commit is contained in:
Cameron
2017-02-06 19:54:17 -08:00
parent 8d26c8b7c8
commit c05d9d9826

View File

@@ -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)
{