removed debug call

canary
WolverinDEV 2019-05-21 11:42:00 +02:00
parent 8dcaa08296
commit 331fa4c505
1 changed files with 0 additions and 1 deletions

View File

@ -325,7 +325,6 @@ generators[SyntaxKind.PropertySignature] = (settings, stack, node: ts.PropertySi
if(!node.type)
return node;
console.log(SyntaxKind[node.type.kind]);
let type: ts.TypeNode = node.type;
switch (node.type.kind) {
case SyntaxKind.LiteralType: