updated logs

This commit is contained in:
2022-06-08 10:30:22 -05:00
parent 05d11f11ec
commit ac80b81129
5 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,6 @@ function updateReadmeFile(fileList) {
${installLinks}
<!-- END INSTALL LINKS -->`;
console.log(JSON.stringify(installLinksAll));
let content = readmeStart + installLinksAll + readmeEnd;
(0, fs_1.writeFileSync)(readmeFile, content);
}
@@ -63,7 +62,6 @@ function readReadmeFile(readmeFile) {
contentPost = '\n';
else
contentPost = '\n\n' + contentPost.trimStart();
console.log(JSON.stringify(index), JSON.stringify(content), JSON.stringify(contentPre), JSON.stringify(contentPost));
return [contentPre, contentPost];
}
//# sourceMappingURL=readmefile.js.map