Delete unused code

This commit is contained in:
nymkappa 2021-12-11 15:26:14 +09:00
parent 95c7d17987
commit bb82317456

View File

@ -254,7 +254,6 @@ export class DashboardComponent implements OnInit {
); );
}), }),
map((mempoolStats) => { map((mempoolStats) => {
const data = this.handleNewMempoolData(mempoolStats.concat([]));
return { return {
mempool: mempoolStats, mempool: mempoolStats,
weightPerSecond: this.handleNewMempoolData(mempoolStats.concat([])), weightPerSecond: this.handleNewMempoolData(mempoolStats.concat([])),