From 88529457bf5a71d08dd94eb5a77ffcd310f8befe Mon Sep 17 00:00:00 2001 From: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com> Date: Thu, 1 Feb 2024 07:50:34 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/pages/g/_groupSlug/cookbooks/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/pages/g/_groupSlug/cookbooks/index.vue b/frontend/pages/g/_groupSlug/cookbooks/index.vue index 35ad12fa8111..8a6e0c52d437 100644 --- a/frontend/pages/g/_groupSlug/cookbooks/index.vue +++ b/frontend/pages/g/_groupSlug/cookbooks/index.vue @@ -100,7 +100,6 @@ export default defineComponent({ middleware: "auth", setup() { const { cookbooks, actions } = useCookbooks(); - console.log(cookbooks); return { cookbooks, actions,