From eb990a8ec2ef1e954d19133d14f75db0b773bbc6 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 4 Oct 2018 17:00:33 +0200 Subject: [PATCH] fix(core): update --- ts/smartscaf.classes.smartscaf.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ts/smartscaf.classes.smartscaf.ts b/ts/smartscaf.classes.smartscaf.ts index f1158c1..2905cdf 100644 --- a/ts/smartscaf.classes.smartscaf.ts +++ b/ts/smartscaf.classes.smartscaf.ts @@ -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