Skip to content

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuhito committed Jul 9, 2024
1 parent 91a9e94 commit 956677b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dashboard/app/routes/settings.usage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ export default function Index() {
});

const handleSubmit = (values: Partial<typeof usageForm.values>) => {
console.log('I RAN');
submit(values, { method: 'POST' });
};

Expand Down

0 comments on commit 956677b

Please sign in to comment.