Removing bad code

This commit is contained in:
softsimon 2020-03-24 01:00:39 +07:00
parent b14826ed9a
commit 99d94a37f0

View File

@ -93,9 +93,6 @@ export class TransactionComponent implements OnInit, OnDestroy {
this.audioService.playSound('magic'); this.audioService.playSound('magic');
this.findBlockAndSetFeeRating(); this.findBlockAndSetFeeRating();
}); });
this.titleService.setTitle('');
this.meta.addTag({name: 'description', content: 'Angular project training on rsgitech.com'});
} }
setMempoolBlocksSubscription() { setMempoolBlocksSubscription() {