diff --git a/publicodes/source/components/rule/Rule.tsx b/publicodes/source/components/rule/Rule.tsx index b73ac51bd..3dccd5a03 100644 --- a/publicodes/source/components/rule/Rule.tsx +++ b/publicodes/source/components/rule/Rule.tsx @@ -121,8 +121,7 @@ function AssociatedRules({ ruleDottedName.split(' . ').length === dottedName.split(' . ').length + 1 ) - .filter(rule => !ruleWithDedicatedDocumentationPage(rule)) - console.log(namespaceRules) + .filter(rule => ruleWithDedicatedDocumentationPage(rule)) if (!namespaceRules.length) { return null }