diff options
Diffstat (limited to 'spec/subexpressions.js')
-rw-r--r-- | spec/subexpressions.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/subexpressions.js b/spec/subexpressions.js index dee3b16..5d11473 100644 --- a/spec/subexpressions.js +++ b/spec/subexpressions.js @@ -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) { |