Merge pull request #747 from ryanxcharles/bug/console-log-in-test
remove console.log in test
This commit is contained in:
commit
bd75a01136
1 changed files with 0 additions and 1 deletions
|
|
@ -133,7 +133,6 @@ describe('Insight model', function() {
|
||||||
};
|
};
|
||||||
|
|
||||||
w.checkActivity(addresses, function(err, actives) {
|
w.checkActivity(addresses, function(err, actives) {
|
||||||
console.log(err);
|
|
||||||
actives.length.should.equal(addresses.length);
|
actives.length.should.equal(addresses.length);
|
||||||
actives.filter(function(i) {
|
actives.filter(function(i) {
|
||||||
return i
|
return i
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue