mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-09 06:42:39 +01:00
remove console
This commit is contained in:
parent
e86af0c965
commit
1a043d4350
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ const fetchAndUpdate = ({
|
||||||
return apiService.fetchTimeline(args)
|
return apiService.fetchTimeline(args)
|
||||||
.then((statuses) => {
|
.then((statuses) => {
|
||||||
if (statuses.error) {
|
if (statuses.error) {
|
||||||
console.log(statuses)
|
|
||||||
store.dispatch('setErrorData', { value: statuses.error })
|
store.dispatch('setErrorData', { value: statuses.error })
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue