Skip to content

Commit

Permalink
refactor: 💡 remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
chauduong1192 committed Dec 5, 2024
1 parent 8df4e4a commit 1613f22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/GenerateDaily/GenerateDaily.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ export const GenerateDaily = ({ repos }: GenerateDailyProps) => {
resolver: yupResolver(schema),
});

console.log('getValues().password', getValues().password);

const {
data: verifyPasswordData,
mutate: verifyPasswordMutation,
Expand Down

1 comment on commit 1613f22

@vercel
Copy link

@vercel vercel bot commented on 1613f22 Dec 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.