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:
Alan Johnson
2010-09-16 08:14:07 -04:00
parent 0f8593f163
commit e32ab0a527
-1
View File
@@ -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);
}