[-] Remove debug output

This commit is contained in:
Hykilpikonna
2019-10-01 19:02:10 -04:00
parent 2567fcadbd
commit 1aff2b0a68
@@ -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