Skip to content

Commit

Permalink
Remove leftover debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
rmburg committed Sep 12, 2024
1 parent d2d2396 commit d4b60bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modals/RenameDemoModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ export const RenameDemoModal = ({
id,
innerProps: { oldName, onConfirm },
}: ContextModalProps<RenameDemoModalProps>) => {
console.log(id);

const form = useForm<{ name: string }>({
initialValues: {
name: oldName,
Expand Down

0 comments on commit d4b60bc

Please sign in to comment.