Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
HnryHan committed Nov 22, 2024
1 parent f9efb4d commit c610144
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/rewards-dashboard/src/layouts/DashboardLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ const ConnectedDashboard = () => {
});

useEffect(() => {
console.log(userInfo);
if (!userInfo) {
return;
}
Expand All @@ -98,7 +97,6 @@ const ConnectedDashboard = () => {
if (!overview) {
return;
}
console.log(overview);
setTotalBridged(overview.bridged_usds_total);
setHistoryRewardsEarned(overview.accrued_rewards_total);
setHourlyRewards(overview.hourly_rewards_per_unit);
Expand Down

0 comments on commit c610144

Please sign in to comment.