Really need to write a pre-commit checker thingy that alerts me if console.log is anywhere in the code.
This commit is contained in:
@@ -172,7 +172,6 @@ var Handlebars = {
|
||||
out = out + lookup.call(context, arg, fn);
|
||||
}
|
||||
else if (typeof lookup != 'undefined') {
|
||||
console.log(fn);
|
||||
out = out + Handlebars.helperMissing.call(arg, lookup, fn);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user