Skip to content

Commit d1e5a1b

Browse files
committed
chore: remove test code
1 parent afcc269 commit d1e5a1b

File tree

1 file changed

+0
-1
lines changed
  • src/app/(dashboard)/(default_layout)/statistics

1 file changed

+0
-1
lines changed

src/app/(dashboard)/(default_layout)/statistics/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ export default async function StatisticsPage({
8484
{stats ? <QuestionChart questionData={stats} /> : <LoadingSpinner />}
8585
</div>
8686
</div>
87-
<pre>{JSON.stringify(stats, null, 2)}</pre>
8887
</div>
8988
);
9089
}

0 commit comments

Comments
 (0)