diff --git a/src/pages/overall/graph-overall/graph-overall.ts b/src/pages/overall/graph-overall/graph-overall.ts index 0e31aa7..a4214cc 100644 --- a/src/pages/overall/graph-overall/graph-overall.ts +++ b/src/pages/overall/graph-overall/graph-overall.ts @@ -148,7 +148,6 @@ export default class GraphOverall extends Vue for (let type in typeScores) { score += typeScores[type] * course.grading.weightingMap[type] / typeCounts[type]; - console.log(type); } // Add average to the row