Skip to content

Commit d76d387

Browse files
committed
remove console.log
1 parent b34a1eb commit d76d387

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/admin/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ export default async function AdminHomePage() {
1010
// const courseRows = await getCourseRows();
1111
const courseDifficultyRows = await getCourseDifficultyRows();
1212
const courseTagRows = await getCourseTagRows();
13-
console.log(typeof(courseDifficultyRows));
14-
console.log(courseDifficultyRows);
1513
return (
1614
<div className="grid grid-cols-1 md:grid-cols-2 gap-6 p-6">
1715
<UserRadialChart adminCount={adminRows} regularCount={regularRows}/>

0 commit comments

Comments
 (0)