From 9c9f69ce8a1a27af4f6c67b2f2b4acf3d993d691 Mon Sep 17 00:00:00 2001 From: "raja.blaze" Date: Thu, 8 Aug 2019 16:05:28 +0530 Subject: [PATCH] console removed --- src/app/view/home/graph-list/graph-list.component.ts | 10 +++++----- .../view/home/latestblocks/latestblocks.component.ts | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/view/home/graph-list/graph-list.component.ts b/src/app/view/home/graph-list/graph-list.component.ts index 379e7ae..8e69e27 100644 --- a/src/app/view/home/graph-list/graph-list.component.ts +++ b/src/app/view/home/graph-list/graph-list.component.ts @@ -173,7 +173,7 @@ export class GraphListComponent implements OnInit { ); }); } - + Transactiondoublelinechartreq(fromDate = '', ToDate = '', interval = '') { return new Promise((resolve, reject) => { let params = new HttpParams(); @@ -285,7 +285,7 @@ export class GraphListComponent implements OnInit { let ProgPow = res.response.ProgPow; let Cuckoo = res.response.Cuckoo; let RandomX = res.response.RandomX; - + let ProgPowper = res.response.ProgPowper; let Cuckooper = res.response.Cuckooper; let RandomXper = res.response.RandomXper; @@ -405,7 +405,7 @@ export class GraphListComponent implements OnInit { let tickformat = res.response.tickFormat; this.lg_last = TargetDifficulty[TargetDifficulty.length - 1]; - + switch(difftype){ case 'total': this.totaldifficultyChartFunc( @@ -450,7 +450,7 @@ export class GraphListComponent implements OnInit { res => { if (res['status'] == 200) { let DifficultychartDate = res.response.Date; - let BlocksChartDate = res.response.blockDate; + let BlocksChartDate = res.response.blockDate; let Blockval = res.response.Blocks; this.brg_last = Blockval[Blockval.length - 1]; this.totalBlocksFunc(BlocksChartDate, Blockval); @@ -463,7 +463,7 @@ export class GraphListComponent implements OnInit { } difficultyChartFunc(DifficultychartDate, TargetDifficulty, Type, range, tickformat) { - console.log('range rangerangerange@@@@@@@22444',range); + // console.log('range rangerangerange',range); this.linearGraphData = { data: [ { diff --git a/src/app/view/home/latestblocks/latestblocks.component.ts b/src/app/view/home/latestblocks/latestblocks.component.ts index f1b6f3b..4724e40 100644 --- a/src/app/view/home/latestblocks/latestblocks.component.ts +++ b/src/app/view/home/latestblocks/latestblocks.component.ts @@ -50,7 +50,7 @@ export class LatestblocksComponent implements OnInit { this.hashvalues = res.response.BlockchainBlockResult; if(CurrentPage == 1){ this.lastblock = res.response.BlockchainBlockResult[0].blockchain_block_height; - console.log(this.lastblock); + //console.log(this.lastblock); } }