diff --git a/lib/build-pdf.js b/lib/build-pdf.js index edd9c65c..dfb55c50 100644 --- a/lib/build-pdf.js +++ b/lib/build-pdf.js @@ -24,16 +24,6 @@ fs.readdirSync(__dirname + "/..", { withFileTypes: true }).forEach(function ( } }); -// pdf("odata-data-aggregation-ext") -// .then(() => { -// console.log("PDF generated"); -// process.exit(0); -// }) -// .catch((error) => { -// console.error(error); -// process.exit(3); -// }); - if (errors) { process.exit(1); }