remove console.log

This commit is contained in:
Jonathan Baecker 2020-04-27 16:18:21 +02:00
parent f4aa0ac02b
commit b5631fe8b8

View File

@ -107,8 +107,6 @@ export default {
{ headers: { Authorization: 'Bearer ' + this.$store.state.auth.jwtToken } }
)
console.log(response.data.data)
if (response.data.data) {
this.currentLog = response.data.data
}