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 c3f113c commit d656fa8Copy full SHA for d656fa8
packages/core/src/decorators/common/info-description-override.ts
@@ -20,7 +20,6 @@ export const InfoDescriptionOverride: Oas3Decorator | Oas2Decorator = ({ filePat
20
const configDir = path.dirname(config.configPath);
21
resolvedFilePath = path.resolve(configDir, filePath);
22
}
23
- console.log({ filePath, resolvedFilePath });
24
info.description = readFileAsStringSync(resolvedFilePath);
25
} catch (e) {
26
report({
0 commit comments