Remove unwanted consoles
This commit is contained in:
parent
ee1b98d5b8
commit
364b42a734
@ -1012,7 +1012,7 @@ export class BlockchainBlockController {
|
|||||||
// MaxPages,
|
// MaxPages,
|
||||||
PageSize,
|
PageSize,
|
||||||
}: BlockchainBlockPaginationDto = request.query;
|
}: BlockchainBlockPaginationDto = request.query;
|
||||||
console.log("Page size",PageSize);
|
|
||||||
if (parseInt(CurrentPage) == NaN) {
|
if (parseInt(CurrentPage) == NaN) {
|
||||||
next(new IntegerValidationException('CurrentPage'));
|
next(new IntegerValidationException('CurrentPage'));
|
||||||
} else if (parseInt(PageSize) == NaN) {
|
} else if (parseInt(PageSize) == NaN) {
|
||||||
@ -1082,7 +1082,6 @@ export class BlockchainBlockController {
|
|||||||
.groupBy('blockchain_block.Hash')
|
.groupBy('blockchain_block.Hash')
|
||||||
.getRawAndEntities();
|
.getRawAndEntities();
|
||||||
|
|
||||||
console.log("page.size", PaginationReponseData.pageSize + 1);
|
|
||||||
|
|
||||||
let BlockchainBlockResult = BlockchainBlockPaginationQuery.raw;
|
let BlockchainBlockResult = BlockchainBlockPaginationQuery.raw;
|
||||||
BlockchainBlockResult.splice(-1,1);
|
BlockchainBlockResult.splice(-1,1);
|
||||||
|
Loading…
Reference in New Issue
Block a user