Delete unused code

This commit is contained in:
nymkappa 2021-12-11 15:26:14 +09:00
parent 5e729373bb
commit 2b0d543ce7

View File

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