🔥 Removed lingering debug statement
This commit is contained in:
parent
343997b440
commit
45742d4984
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue