remove console.log
This commit is contained in:
parent
f4aa0ac02b
commit
b5631fe8b8
@ -107,8 +107,6 @@ export default {
|
|||||||
{ headers: { Authorization: 'Bearer ' + this.$store.state.auth.jwtToken } }
|
{ headers: { Authorization: 'Bearer ' + this.$store.state.auth.jwtToken } }
|
||||||
)
|
)
|
||||||
|
|
||||||
console.log(response.data.data)
|
|
||||||
|
|
||||||
if (response.data.data) {
|
if (response.data.data) {
|
||||||
this.currentLog = response.data.data
|
this.currentLog = response.data.data
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user