We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee2564 commit e9e50a3Copy full SHA for e9e50a3
src/js/components/CumulativeGPA.vue
@@ -198,7 +198,6 @@ export default {
198
}));
199
}
200
// Calculates cumulative GPA based on credit hours per semester and gpa for each semester.
201
- console.log("got this far in calculation");
202
const cumulative_gpa = Promise.all(fetches).then(function () {
203
let include_current_semester = false;
204
if (current_courses.length !== 0) {
0 commit comments