Skip to content

Commit

Permalink
remove debug text
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed Nov 22, 2024
1 parent ea6fbb5 commit db8a1be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/(layout)/trackers/octant/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -353,10 +353,6 @@ export default function Page() {

return (
<div className="w-full">
<div>
<div>{JSON.stringify(currentEpoch)}</div>
<div>{JSON.stringify(nextEpoch)}</div>
</div>
<ShowLoading
dataLoading={[!summaryData, !communityData, !projectMetadataData]}
/>
Expand Down

0 comments on commit db8a1be

Please sign in to comment.