Skip to content

Commit 498b84f

Browse files
fix: remove ogs
1 parent e6c2dac commit 498b84f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ function checkViolationsAndReturnErrors(summary, allowedStartVerbs, path, ruleNa
3131
const firstWord = summary.split(' ')[0];
3232

3333
if (!allowedStartVerbs.includes(firstWord)) {
34-
console.log(summary, '\n');
3534
if (allowedStartVerbs.length === 1) {
3635
return [
3736
{
@@ -40,7 +39,6 @@ function checkViolationsAndReturnErrors(summary, allowedStartVerbs, path, ruleNa
4039
},
4140
];
4241
} else {
43-
console.log(summary, '\n');
4442
return [
4543
{
4644
path,

0 commit comments

Comments
 (0)