Remove log in test

This commit is contained in:
kpdecker
2014-03-05 21:11:47 -06:00
parent 1da136490b
commit b61c75512a
-1
View File
@@ -35,7 +35,6 @@ describe('subexpressions', function() {
var context = { bar: "LOL", baz: {bat: 'foo!', bar: 'bar!'} };
var helpers = {
blog: function(val, that, theOther) {
console.log(arguments);
return "val is " + val + ', ' + that + ' and ' + theOther;
},
equal: function(x, y) {