UTDNebula / utd-trends

Make good choices, choose the perfect classes for you
https://trends.utdnebula.com
MIT License
19 stars 12 forks source link

[Bug]: Clean up console.log #239

Open AbhiramTadepalli opened 1 month ago

AbhiramTadepalli commented 1 month ago

Overview

Don't put any info in the console that shouldn't be there

TyHil commented 1 month ago

From a quick search, there don't seem to be any unnecessary logs: https://github.com/search?q=repo%3AUTDNebula%2Futd-trends%20console.log&type=code

AndrewN20 commented 1 month ago

Can I work on this issue?

AndrewN20 commented 1 month ago

@AbhiramTadepalli What specifically and where is there issues with console.log?

TyHil commented 1 month ago

@AndrewN20 I think maybe just the 2 commented out console.logs: https://github.com/UTDNebula/utd-trends/blob/3f0236d9f6a99fd3f432f212b8bb06f09cbd877a/src/pages/api/grades.ts#L63 https://github.com/UTDNebula/utd-trends/blob/3f0236d9f6a99fd3f432f212b8bb06f09cbd877a/src/pages/api/course.ts#L81