Revert "[T] Test GPA calculations"

This reverts commit 0ebce968b9.
This commit is contained in:
Hykilpikonna
2019-09-16 22:24:10 -04:00
parent 0ebce968b9
commit cbec0add3b
-4
View File
@@ -6,7 +6,6 @@ import Constants from '@/constants';
import JsonUtils from '@/utils/json-utils';
import pWaitFor from 'p-wait-for';
import {HttpUtils} from '@/utils/http-utils';
import {GPAUtils} from '@/utils/gpa-utils';
/**
* Objects of this interface represent assignment grades.
@@ -109,9 +108,6 @@ export default class App extends Vue
// Save courses
this.courses = response.data;
// TODO: Delete this
console.log(GPAUtils.getGPA(this.courses));
// Load assignments
this.loadAssignments();
}