1
0
mirror of https://akkoma.dev/lamp/akkoma-fe.git synced 2025-05-07 15:04:02 -04:00

remove console

This commit is contained in:
Wyatt Benno 2019-12-09 09:11:31 +09:00
parent e86af0c965
commit 1a043d4350

@ -47,7 +47,6 @@ const fetchAndUpdate = ({
return apiService.fetchTimeline(args)
.then((statuses) => {
if (statuses.error) {
console.log(statuses)
store.dispatch('setErrorData', { value: statuses.error })
return
}