console removed

This commit is contained in:
raja.blaze 2019-08-08 16:05:28 +05:30
parent 07dea9878d
commit 9c9f69ce8a
2 changed files with 6 additions and 6 deletions

View File

@ -463,7 +463,7 @@ export class GraphListComponent implements OnInit {
} }
difficultyChartFunc(DifficultychartDate, TargetDifficulty, Type, range, tickformat) { difficultyChartFunc(DifficultychartDate, TargetDifficulty, Type, range, tickformat) {
console.log('range rangerangerange@@@@@@@22444',range); // console.log('range rangerangerange',range);
this.linearGraphData = { this.linearGraphData = {
data: [ data: [
{ {

View File

@ -50,7 +50,7 @@ export class LatestblocksComponent implements OnInit {
this.hashvalues = res.response.BlockchainBlockResult; this.hashvalues = res.response.BlockchainBlockResult;
if(CurrentPage == 1){ if(CurrentPage == 1){
this.lastblock = res.response.BlockchainBlockResult[0].blockchain_block_height; this.lastblock = res.response.BlockchainBlockResult[0].blockchain_block_height;
console.log(this.lastblock); //console.log(this.lastblock);
} }
} }