Got rid of erroneous log message.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
Handlebars = {
|
||||
compile: function(string) {
|
||||
var fnBody = Handlebars.compileFunctionBody(string);
|
||||
console.log(fnBody);
|
||||
return new Function("context", "fallback", fnBody);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user