[-] Remove debug logging

This commit is contained in:
Hykilpikonna
2020-04-12 16:30:05 -04:00
parent bdaca5aeda
commit e377f678c8
@@ -76,8 +76,6 @@
{
if (result.success)
{
console.log(result);
// Parse data
this.courseInfo = result.data.courseInfos.map((json: any, index: number) =>
{