diff --git a/src/pages/LocationDetail/index.tsx b/src/pages/LocationDetail/index.tsx index 31558b6..ca1448e 100644 --- a/src/pages/LocationDetail/index.tsx +++ b/src/pages/LocationDetail/index.tsx @@ -339,7 +339,6 @@ function LocationDetail() {
{currentUserReview ?
- {console.log(currentUserReview)}

{currentUserReview.score}

diff --git a/src/pages/UserProfile/index.tsx b/src/pages/UserProfile/index.tsx index 16cfa4f..679b113 100644 --- a/src/pages/UserProfile/index.tsx +++ b/src/pages/UserProfile/index.tsx @@ -206,7 +206,6 @@ function UserProfile() { {Object.entries(userStats.scores_distribution[0]).map(x => (
{scoreDistributionLabel(x[0])}
- {console.log(x[1]/userStats.user_stats.score_count * 100/100)}
{x[1]}