Revert "updated debug statement"

This reverts commit 8b07a67133.
This commit is contained in:
Rahul Somasundaram
2021-09-01 11:47:47 +05:30
parent 8b07a67133
commit 273a81471d
7 changed files with 14 additions and 5803 deletions

View File

@ -390,7 +390,7 @@ const internalCertificate = {
source
.map((fl) => {
let fileName = path.basename(fl);
logger.debug(fl, 'added to certificate zip');
logger.debug(fileName, ' added to certificate download zip');
archive.file(fl, { name: fileName });
});
archive