fix(core): update

This commit is contained in:
Philipp Kunz 2018-10-04 17:00:33 +02:00
parent f5194b76bd
commit eb990a8ec2

View File

@ -108,7 +108,6 @@ export class ScafTemplate {
// render the template
let template = await plugins.smarthbs.getTemplateForString(smartfile.contents.toString());
console.log(this.defaultVariables);
let renderedTemplateString = template(this.suppliedVariables);
// handle frontmatter