🔥 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);
|
const content = fs.readFileSync(file);
|
||||||
fs.writeFileSync(destFilePath, content);
|
fs.writeFileSync(destFilePath, content);
|
||||||
} else {
|
} else {
|
||||||
console.log("loading", file);
|
|
||||||
const template = handlebars.compile(fs.readFileSync(file, "utf8"));
|
const template = handlebars.compile(fs.readFileSync(file, "utf8"));
|
||||||
const content = template({
|
const content = template({
|
||||||
...info,
|
...info,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue