Skip to content

Commit

Permalink
Removed additional console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Aug 10, 2020
1 parent 98117eb commit 44762ae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/collect-unresolved-breaches-addresses.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,8 @@ function getArgsValue(argument) {


for (const record of results) {
// console.log(record);
if (cohort.length > cohortSize) {
// Print Cohort
console.log(cohort);
// Cohort size reached
break;
}

Expand All @@ -74,5 +72,4 @@ function getArgsValue(argument) {
}

console.log(cohort.toString());

})();

0 comments on commit 44762ae

Please sign in to comment.