removed debug call
This commit is contained in:
parent
8dcaa08296
commit
331fa4c505
1 changed files with 0 additions and 1 deletions
|
@ -325,7 +325,6 @@ generators[SyntaxKind.PropertySignature] = (settings, stack, node: ts.PropertySi
|
||||||
if(!node.type)
|
if(!node.type)
|
||||||
return node;
|
return node;
|
||||||
|
|
||||||
console.log(SyntaxKind[node.type.kind]);
|
|
||||||
let type: ts.TypeNode = node.type;
|
let type: ts.TypeNode = node.type;
|
||||||
switch (node.type.kind) {
|
switch (node.type.kind) {
|
||||||
case SyntaxKind.LiteralType:
|
case SyntaxKind.LiteralType:
|
||||||
|
|
Loading…
Add table
Reference in a new issue