Skip to content

Commit

Permalink
remove console logs from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-flynn committed Jul 28, 2023
1 parent 377bcf2 commit e1ab005
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ const App = () => {
credentials: 'include',
});
const data = await response.json();
console.log(data);

if (data.user) {
const username = data.user.username;
const beach = data.user.beachCode ? data.user.beachCode : null;
Expand Down

0 comments on commit e1ab005

Please sign in to comment.