remove debug code
This commit is contained in:
@ -46,7 +46,7 @@ let cache: any = {}
|
|||||||
|
|
||||||
|
|
||||||
app.engine('pag', (filePath: string, options: any, callback: any) => {
|
app.engine('pag', (filePath: string, options: any, callback: any) => {
|
||||||
logger.info(JSON.stringify(options))
|
// logger.info(JSON.stringify(options))
|
||||||
if (! (filePath in cache)) {
|
if (! (filePath in cache)) {
|
||||||
logger.info(`${filePath} not yet in cache`)
|
logger.info(`${filePath} not yet in cache`)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user