Fixed up an errant console.log.
This commit is contained in:
@@ -186,7 +186,6 @@ Handlebars.Compiler.prototype = {
|
||||
|
||||
addText: function() {
|
||||
if(this.text) {
|
||||
console.log("out = out + '" + Handlebars.escapeText(this.text) + "'; ");
|
||||
this.fn = this.fn + "out = out + \"" + Handlebars.escapeText(this.text) + "\"; ";
|
||||
this.fn = this.fn + this.newlines;
|
||||
this.newlines = "";
|
||||
|
||||
Reference in New Issue
Block a user