Skip to content

Commit

Permalink
Removed console.log from RSCRegisterForm.tsx
Browse files Browse the repository at this point in the history
- Removed console.log from RSCRegisterForm.tsx to resolve Frontend Logging Findings.
  • Loading branch information
hawkishpolicy committed Sep 26, 2024
1 parent ded4c8c commit 9b53d0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/ReadySetCyber/RSCRegisterForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export const RSCRegisterForm: React.FC<{
);
const data = await response.json();
// Handle the response data here
console.log(data);
return data;
} catch (error) {
// Handle any errors here
Expand Down

0 comments on commit 9b53d0a

Please sign in to comment.