From 5af3d635fd936a2e91011847ad84894084a63207 Mon Sep 17 00:00:00 2001 From: elweyn Date: Wed, 22 Dec 2021 08:28:19 +0100 Subject: [PATCH] Delete console.log. --- admin/src/components/CreationTransactionListFormular.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/admin/src/components/CreationTransactionListFormular.vue b/admin/src/components/CreationTransactionListFormular.vue index c9901c49e..bccd6ce7e 100644 --- a/admin/src/components/CreationTransactionListFormular.vue +++ b/admin/src/components/CreationTransactionListFormular.vue @@ -34,8 +34,6 @@ export default { }) .catch((error) => { this.$toasted.global.error('Error while searching the creations', error) - // eslint-disable-next-line no-console - console.log('Something went wrong', error) }) }, },