[-] Remove unused variable declaration

This commit is contained in:
Hykilpikonna
2019-12-07 11:53:15 -05:00
parent fd01dda8b3
commit 6e25bd6b17
-1
View File
@@ -155,7 +155,6 @@ export default class Course
// Filter assignments into terms
let termAssignments: Assignment[][] = [[], [], [], []];
let currentTerm = 0;
// Loop through it by time order
this.rawAssignments.forEach(a => termAssignments[a.gradingPeriod].push(a));