remove console.log in test
This commit is contained in:
parent
53e0371b7f
commit
cce602b4fb
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue