Removing bad code

This commit is contained in:
softsimon 2020-03-24 01:00:39 +07:00
parent 2628dc1271
commit a244458928
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

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() {