Skip to content

Commit

Permalink
remove log statement in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario L Gutierrez committed Jan 23, 2014
1 parent d274dd0 commit ebb3a3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/issues.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,7 @@ describe('issue-49', function() {
var hb = hbs.create()
var render = hb.express3({});
var locals = H.createLocals('express3', dirname, {});

render(dirname + '/error.hbs', locals, function(err, html) {
console.error(err.stack);
assert(err.stack.indexOf('/issues/49/error.hbs') > 0);
done();
});
Expand Down

0 comments on commit ebb3a3a

Please sign in to comment.