Skip to content

Commit

Permalink
refactor(frontend): Remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
maikbasel committed May 21, 2024
1 parent 0aa0726 commit 99cfa81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sections/profiles/components/profile-form-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,6 @@ export default function ProfileFormDialog({
const { resetFormData } = userProfileFormStore();

function onOpenChange(openState: boolean) {
console.info('is edit', profile != undefined);
console.info('open state changed', openState);
setOpen(openState);
if (open) {
resetFormData();
Expand Down

0 comments on commit 99cfa81

Please sign in to comment.