From bc516fa417eb6da71421de861c36181f55bc210f Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 25 May 2018 13:05:35 +0200 Subject: [PATCH] remove debug code --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index f637423..d73410a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -46,7 +46,7 @@ let cache: any = {} app.engine('pag', (filePath: string, options: any, callback: any) => { - logger.info(JSON.stringify(options)) + // logger.info(JSON.stringify(options)) if (! (filePath in cache)) { logger.info(`${filePath} not yet in cache`)