Skip to content

Commit 32e1f04

Browse files
Dmitry UrenevDmitry Urenev
authored andcommitted
clean up
1 parent 4a7d70c commit 32e1f04

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/metadata/resolveType.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,6 @@ function getReferenceType(type: ts.EntityName, genericTypeMap?: Map<String, ts.T
229229
const properties = getModelTypeProperties(modelTypeDeclaration, genericTypes);
230230
const additionalProperties = getModelTypeAdditionalProperties(modelTypeDeclaration);
231231

232-
if (modelTypeDeclaration.kind === ts.SyntaxKind.TypeAliasDeclaration) {
233-
const description = getModelDescription(modelTypeDeclaration);
234-
console.log(description);
235-
}
236-
237232
const referenceType: ReferenceType = {
238233
description: getModelDescription(modelTypeDeclaration),
239234
properties: properties,

0 commit comments

Comments
 (0)