From f2dcd99ac5f1188f048f2e9d836f3688d3fa25d7 Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Wed, 14 Aug 2019 14:33:55 +0200 Subject: [PATCH] Fix lint, remove console.log --- webapp/components/CategoriesSelect/CategoriesSelect.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/components/CategoriesSelect/CategoriesSelect.vue b/webapp/components/CategoriesSelect/CategoriesSelect.vue index dd4b6224d..e1928b240 100644 --- a/webapp/components/CategoriesSelect/CategoriesSelect.vue +++ b/webapp/components/CategoriesSelect/CategoriesSelect.vue @@ -88,7 +88,6 @@ export default { return CategoryQuery() }, result(result) { - console.log('result', result) this.categories = result.data.Category }, },