Cleanup unused title definition.

This commit is contained in:
Alexis Lahouze 2017-07-25 17:26:26 +02:00
parent fc14efbda1
commit cd7aba50e5
1 changed files with 0 additions and 2 deletions

View File

@ -75,8 +75,6 @@ export class ScheduleRowComponent {
}
confirmDelete() {
var title = "Delete schedule #" + this.schedule.id;
const modal = this.ngbModal.open(ScheduleDeleteModalComponent, {
windowClass: 'in'
});