Skip to content

Commit

Permalink
Clean up test.
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallswain committed Feb 13, 2015
1 parent 9bd878c commit dbce3b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/providers/primus.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ describe('Primus provider', function () {
socket.on('tasks removed', function (data) {
service.removed = oldRemoved;
assert.equal(data.id, 23);
console.log('Ready: ' + ready);
if (ready) {
done();
}
Expand Down

0 comments on commit dbce3b6

Please sign in to comment.