Skip to content

Commit

Permalink
chore(ui): rm console log
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Sep 9, 2023
1 parent d46d1fe commit 020d64b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/components/CreateProfileIfNotFoundDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ defineProps<{
}>();
const createProfile = async (profile: Profile) => {
console.log("createPRofile", profile);
await profilesStore.client.createProfile(profile);
await profilesStore.myProfile.reload();
Expand Down

0 comments on commit 020d64b

Please sign in to comment.