removed the record console log
This commit is contained in:
parent
fc5d8510ad
commit
0517326c43
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ function extractPageFromClaims (claims, pageNumber) {
|
|||
const claimStartIndex = (pageNumber - 1) * CLAIMS_PER_PAGE;
|
||||
const claimEndIndex = claimStartIndex + 10;
|
||||
const pageOfClaims = claims.slice(claimStartIndex, claimEndIndex);
|
||||
logger.debug('page of claims:', pageOfClaims);
|
||||
return pageOfClaims;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue