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`)