Skip to content

Commit d656fa8

Browse files
committed
remove logs
1 parent c3f113c commit d656fa8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/decorators/common/info-description-override.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export const InfoDescriptionOverride: Oas3Decorator | Oas2Decorator = ({ filePat
2020
const configDir = path.dirname(config.configPath);
2121
resolvedFilePath = path.resolve(configDir, filePath);
2222
}
23-
console.log({ filePath, resolvedFilePath });
2423
info.description = readFileAsStringSync(resolvedFilePath);
2524
} catch (e) {
2625
report({

0 commit comments

Comments
 (0)