We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8acc8bd commit 6aeeed0Copy full SHA for 6aeeed0
src/main/rules/MissingMetadataDescription.ts
@@ -29,7 +29,6 @@ export class MissingMetadataDescription extends RuleCommon implements IRuleDefin
29
!elem.element["description"] &&
30
elem.subtype !== "start"
31
) {
32
- console.log("elem: ", elem);
33
return elem;
34
}
35
})
0 commit comments