console removed
This commit is contained in:
parent
07dea9878d
commit
9c9f69ce8a
@ -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: [
|
||||||
{
|
{
|
||||||
|
@ -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);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user