remove debug code

This commit is contained in:
2018-05-25 13:05:35 +02:00
parent 82a4bfab86
commit bc516fa417

View File

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