Skip to content

Commit 3ae4e94

Browse files
fix: remove console.log
1 parent 5593baf commit 3ae4e94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Object.keys(definition.paths).forEach(path => {
7474
}
7575

7676
if (response?.['$ref'] && !_.get(definition, `${property}.content.application/json.examples`)) {
77-
console.log('entro')
7877
if (_.get(response, 'content.application/json.example')) {
7978
_.unset(definition, `${property}.content.application/json.example`);
8079
}

0 commit comments

Comments
 (0)