From 588c4604af17aa0c3130fa8430414ca89c5cb716 Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Mon, 22 Feb 2021 17:22:15 +0200 Subject: [PATCH] fix leftovers --- src/services/api/api.service.js | 1 - test/unit/specs/boot/routes.spec.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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)