diff --git a/src/services/api/api.service.js b/src/services/api/api.service.js index 4735e0cc..ac41b1ea 100644 --- a/src/services/api/api.service.js +++ b/src/services/api/api.service.js @@ -571,7 +571,6 @@ const fetchTimeline = ({ }) .then((data) => { if (status >= 400) { - console.log(data.error, data.errors) data.status = status data.statusText = statusText if (data.error) { diff --git a/test/unit/specs/boot/routes.spec.js b/test/unit/specs/boot/routes.spec.js index 69712320..c9d785df 100644 --- a/test/unit/specs/boot/routes.spec.js +++ b/test/unit/specs/boot/routes.spec.js @@ -14,7 +14,7 @@ const store = new Vuex.Store({ } }) -describe.only('routes', () => { +describe('routes', () => { const router = new VueRouter({ mode: 'abstract', routes: routes(store)