Remove old commented out code

This commit is contained in:
Yura
2021-10-07 13:52:59 +02:00
parent 08b79f0595
commit 26cfe7d9ea

View File

@@ -111,7 +111,6 @@ export class NotificationComponent implements OnInit, OnDestroy {
).subscribe(() => {
if (this.count++ === this.steps) {
this.remove();
// this.item.timeoutEnd!.emit();
} else if (!this.stopTime) {
if (this.showProgressBar) {
this.progressWidth += 100 / this.steps;