apex-legends-tracker
apex-legends-tracker copied to clipboard
HELLO I GOT ERROR
error: Unexpected console statement (no-console) at src\components\Profile.vue:85:7: [1] 83 | [1] 84 | this.profileData = res.data.data; [1] > 85 | console.log(this.profileData); [1] | ^ [1] 86 | this.loading = false; [1] 87 | } catch (err) { [1] 88 | this.loading = false; [1] [1] [1] 1 error found.
Remove the console log, I think it is a linting issue not allowing console.log Does the app still work or does it stop the app?