1
0
Fork 0

🔥 Removed lingering debug statement

This commit is contained in:
Joost De Cock 2019-05-10 07:57:33 +02:00
parent 343997b440
commit 45742d4984

View file

@ -73,7 +73,6 @@ module.exports.copyTemplateFile = async opts => {
const content = fs.readFileSync(file);
fs.writeFileSync(destFilePath, content);
} else {
console.log("loading", file);
const template = handlebars.compile(fs.readFileSync(file, "utf8"));
const content = template({
...info,