Skip to content

Commit

Permalink
remove a console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 26, 2012
1 parent 402d9bd commit f0c6338
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/supertest.js
Expand Up @@ -85,7 +85,6 @@ describe('request(app)', function(){
.get('/')
.expect(/^bar/)
.end(function(err, res){
console.log(err.message);
err.message.should.equal('expected body \'foobar\' to match /^bar/');
done();
});
Expand Down

0 comments on commit f0c6338

Please sign in to comment.