From 331fa4c505c87fd3eb14c60a29c7eb0d50a30c51 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Tue, 21 May 2019 11:42:00 +0200 Subject: [PATCH] removed debug call --- tools/dtsgen/declarator.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/dtsgen/declarator.ts b/tools/dtsgen/declarator.ts index ad2e25f3..c14d4e88 100644 --- a/tools/dtsgen/declarator.ts +++ b/tools/dtsgen/declarator.ts @@ -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: