[-] Remove debug logging
This commit is contained in:
@@ -76,8 +76,6 @@
|
|||||||
{
|
{
|
||||||
if (result.success)
|
if (result.success)
|
||||||
{
|
{
|
||||||
console.log(result);
|
|
||||||
|
|
||||||
// Parse data
|
// Parse data
|
||||||
this.courseInfo = result.data.courseInfos.map((json: any, index: number) =>
|
this.courseInfo = result.data.courseInfos.map((json: any, index: number) =>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user