mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Remove old commented out code
This commit is contained in:
@@ -111,7 +111,6 @@ export class NotificationComponent implements OnInit, OnDestroy {
|
|||||||
).subscribe(() => {
|
).subscribe(() => {
|
||||||
if (this.count++ === this.steps) {
|
if (this.count++ === this.steps) {
|
||||||
this.remove();
|
this.remove();
|
||||||
// this.item.timeoutEnd!.emit();
|
|
||||||
} else if (!this.stopTime) {
|
} else if (!this.stopTime) {
|
||||||
if (this.showProgressBar) {
|
if (this.showProgressBar) {
|
||||||
this.progressWidth += 100 / this.steps;
|
this.progressWidth += 100 / this.steps;
|
||||||
|
Reference in New Issue
Block a user