From 020d64b5d7f83b9e60ffbc93d55c86d619557660 Mon Sep 17 00:00:00 2001 From: Matt Gabrenya Date: Sat, 9 Sep 2023 14:21:12 -0700 Subject: [PATCH] chore(ui): rm console log --- ui/src/components/CreateProfileIfNotFoundDialog.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/components/CreateProfileIfNotFoundDialog.vue b/ui/src/components/CreateProfileIfNotFoundDialog.vue index 1230b365..fa5a5e97 100644 --- a/ui/src/components/CreateProfileIfNotFoundDialog.vue +++ b/ui/src/components/CreateProfileIfNotFoundDialog.vue @@ -32,7 +32,6 @@ defineProps<{ }>(); const createProfile = async (profile: Profile) => { - console.log("createPRofile", profile); await profilesStore.client.createProfile(profile); await profilesStore.myProfile.reload();