Merge pull request #747 from ryanxcharles/bug/console-log-in-test

remove console.log in test
This commit is contained in:
Matias Alejo Garcia 2014-06-24 21:09:09 -03:00
commit bd75a01136
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