remove console.log in test

This commit is contained in:
Ryan X. Charles 2014-06-24 15:51:42 -07:00
parent 53e0371b7f
commit cce602b4fb
1 changed files with 0 additions and 1 deletions

View File

@ -133,7 +133,6 @@ describe('Insight model', function() {
};
w.checkActivity(addresses, function(err, actives) {
console.log(err);
actives.length.should.equal(addresses.length);
actives.filter(function(i) {
return i