taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 31bddb98c60e34bb161f08c576f7d7437dbbe15c
parent 5fd3e06f7bd19f715ba8dae6ec1f716102ffe94c
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 10 Oct 2016 17:43:21 +0200

fix pogen

Diffstat:
Mpogen/pogen.ts | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/pogen/pogen.ts b/pogen/pogen.ts @@ -181,9 +181,6 @@ export function processFile(sourceFile: ts.SourceFile) { function processNode(node: ts.Node) { - console.log(ts.SyntaxKind[node.kind]); - ts.forEachChild(node, processNode); - return; switch (node.kind) { case ts.SyntaxKind.CallExpression: {