diff options
author | kpdecker <kpdecker@gmail.com> | 2014-03-05 21:11:47 -0600 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2014-03-05 21:11:47 -0600 |
commit | b61c75512a54503b4d6b576af5ca0c163ca0d178 (patch) | |
tree | 27bee6715297b28bf0d02675319d68cd0a4e7cb2 /spec/subexpressions.js | |
parent | 1da136490be070afbd8a6dbdc7771ac36b16311d (diff) | |
download | handlebars.js-b61c75512a54503b4d6b576af5ca0c163ca0d178.zip handlebars.js-b61c75512a54503b4d6b576af5ca0c163ca0d178.tar.gz handlebars.js-b61c75512a54503b4d6b576af5ca0c163ca0d178.tar.bz2 |
Remove log in test
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) { |