From cbec0add3be4b028232eae1f0d587b08e6df882d Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 16 Sep 2019 22:24:10 -0400 Subject: [PATCH] Revert "[T] Test GPA calculations" This reverts commit 0ebce968b91ef5dc0d898c49d242a9710282590e. --- src/components/app/app.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/app/app.ts b/src/components/app/app.ts index 1881d6d..cebb43c 100644 --- a/src/components/app/app.ts +++ b/src/components/app/app.ts @@ -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(); }