Skip to content

Commit 9848aa6

Browse files
1 parent cbfaf3a commit 9848aa6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/spectral/ipa/rulesets/functions/IPA117DescriptionShouldNotUseLinks.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ function checkViolationsAndReturnErrors(description, path) {
3333

3434
try {
3535
if (markdownLinkPattern.test(description)) {
36-
console.log(description, '\n\n');
3736
return [{ path, message: ERROR_MESSAGE }];
3837
}
3938
return [];

0 commit comments

Comments
 (0)