From ae3a8dc5875920cde061e5917b59384fdde547c7 Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 9 Nov 2022 14:37:23 +0100 Subject: [PATCH] fix lint and locales --- admin/src/components/ContributionLink/ContributionLink.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/src/components/ContributionLink/ContributionLink.vue b/admin/src/components/ContributionLink/ContributionLink.vue index 7190742f7..1bff30226 100644 --- a/admin/src/components/ContributionLink/ContributionLink.vue +++ b/admin/src/components/ContributionLink/ContributionLink.vue @@ -79,7 +79,6 @@ export default { this.$root.$emit('bv::toggle::collapse', 'newContribution') } this.contributionLinkData = data - console.log('contributionLinkData', this.contributionLinkData) this.editContributionLink = true }, },