Skip to content

Commit

Permalink
Merge pull request #644 from cisagov/643-resolve-frontend-logging-fin…
Browse files Browse the repository at this point in the history
…dings-crasm-729

Resolved Frontend Logging Findings (CRASM-729)
  • Loading branch information
schmelz21 authored Sep 27, 2024
2 parents fdd405f + 9b53d0a commit 1e5ed5f
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 1e5ed5f

Please sign in to comment.