diff --git a/include/functions_category.inc.php b/include/functions_category.inc.php index d40581e6d..6d4a0b595 100644 --- a/include/functions_category.inc.php +++ b/include/functions_category.inc.php @@ -475,11 +475,6 @@ SELECT image_id */ function get_computed_categories(&$userdata, $filter_days=null) { - global $logger; - - $start_time = get_moment(); - $logger->debug(__FUNCTION__.' starts now'); - $query = 'SELECT c.id AS cat_id, id_uppercat'; $query.= ', global_rank'; // Count by date_available to avoid count null @@ -575,8 +570,6 @@ FROM '.CATEGORIES_TABLE.' as c } } - $logger->debug(__FUNCTION__.' ends now in '.get_elapsed_time($start_time, get_moment())); - return $cats; }