From 1adc266da913d4b5758380e5c55cd8d7d679c1c2 Mon Sep 17 00:00:00 2001 From: henrikburmann <haburmann@gmail.com> Date: Thu, 5 May 2022 10:43:03 +0200 Subject: [PATCH] Something wrong --- src/components/UserProfileComponents/UserItems.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/UserProfileComponents/UserItems.vue b/src/components/UserProfileComponents/UserItems.vue index b20cc54..0719878 100644 --- a/src/components/UserProfileComponents/UserItems.vue +++ b/src/components/UserProfileComponents/UserItems.vue @@ -263,12 +263,10 @@ export default { } }, goToDeleteItem(item) { - console.log("Halllllo: " + item) this.chosenItem = item; this.readyToDelete = true; }, async deleteItem() { - console.log("HEI " + this.chosenItem); await UserService.setListingToDeleted(this.chosenItem); this.$router.go(0); }, -- GitLab