mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 18:03:00 +01:00
remove stray console.log
This commit is contained in:
parent
d62300ccff
commit
84d4eaa932
@ -48,7 +48,6 @@ export class AccelerateFeeGraphComponent implements OnInit, OnChanges {
|
||||
const maxRate = Math.max(...this.maxRateOptions.map(option => option.rate));
|
||||
const baseRate = this.estimate.txSummary.effectiveFee / this.estimate.txSummary.effectiveVsize;
|
||||
const baseHeight = baseRate / maxRate;
|
||||
console.log(maxRate, baseRate, baseHeight);
|
||||
const bars: GraphBar[] = this.maxRateOptions.slice().reverse().map(option => {
|
||||
return {
|
||||
rate: option.rate,
|
||||
|
Loading…
Reference in New Issue
Block a user