Skip to content

Commit

Permalink
Removed console log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard committed Mar 12, 2013
1 parent d232f6a commit 4bbdb39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ vows.describe("Error handling").addBatch({
stripe.plans.retrieve("unknown_plan_" + Date.now(), this.callback);
},
'returns an error' : function(err, response) {
console.log(err);
assert.isNull(response);
assert.instanceOf(err, Error);
assert.equal(err.name, 'invalid_request_error');
Expand Down

0 comments on commit 4bbdb39

Please sign in to comment.