Skip to content

Commit 4e790b4

Browse files
author
Sophia Marie Terry
committed
Removed rogue print statement oops
1 parent 50b5b4e commit 4e790b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ export default (input, { methodName }, { path, documentInventory }) => {
3333

3434
const expectedOperationID = generateOperationID(methodName, resourcePath);
3535
if (expectedOperationID !== input.operationId) {
36-
console.log(
37-
`${input.operationId}, ${expectedOperationID}, ${resourcePath}, ${input.deprecated ? 'TRUE' : 'FALSE'}, ${(resourcePath, input['x-xgen-owner-team'])}`
38-
);
3936
const errors = [
4037
{
4138
path,

0 commit comments

Comments
 (0)