Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ssb-jnk committed Mar 3, 2024
1 parent 2163c1e commit 90084d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/UserProfile/UserProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const UserProfile = () => {
useEffect(() => {
getUserProfileTeamData(principalName as string)
.then((response) => {
console.log(response)
const formattedResponse = response as TeamsData
setUserProfileTableData(prepTeamData(formattedResponse))
setUserProfileData(formattedResponse)
Expand Down

0 comments on commit 90084d0

Please sign in to comment.