diff --git a/inc/category.class.php b/inc/category.class.php index fb3fe0814..21ef4460e 100644 --- a/inc/category.class.php +++ b/inc/category.class.php @@ -119,7 +119,6 @@ public static function getCategoryTree(): array { $forms_criteria['SELECT'] = [ PluginFormcreatorForm::getTableField('id'), ]; - // $count_forms_criteria['COUNT'] = 'count'; $forms_criteria['WHERE']["`$form_table`.`$categoryFk`"] = new QueryExpression("`$cat_table`.`id`"); $count_forms_criteria = [