Skip to content

Commit e9e50a3

Browse files
author
Suhas Hariharan
committed
removed debug
Signed-off-by: Suhas Hariharan <[email protected]>
1 parent 2ee2564 commit e9e50a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/js/components/CumulativeGPA.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ export default {
198198
}));
199199
}
200200
// Calculates cumulative GPA based on credit hours per semester and gpa for each semester.
201-
console.log("got this far in calculation");
202201
const cumulative_gpa = Promise.all(fetches).then(function () {
203202
let include_current_semester = false;
204203
if (current_courses.length !== 0) {

0 commit comments

Comments
 (0)