Skip to content

Commit

Permalink
Remove console stowaway
Browse files Browse the repository at this point in the history
  • Loading branch information
briancavalier committed Mar 12, 2014
1 parent 705a4f6 commit e67db22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/cancelable-test.js
Expand Up @@ -70,7 +70,6 @@ define('when/cancelable-test', function (require) {
assert.same(val, sentinel);
},
function(e) {
console.error(e);
fail(e);
}
).ensure(done);
Expand Down

0 comments on commit e67db22

Please sign in to comment.