Skip to content

Commit 2bf93df

Browse files
committed
chore: 불필요한 console 삭제
1 parent fd14335 commit 2bf93df

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import { getTodoList } from "@/features/todo/services/todoApi";
55
export default async function Home() {
66
const data = await getTodoList();
77

8-
console.log("page render");
9-
108
return (
119
<div className="pt-6">
1210
<TodoAddForm />

0 commit comments

Comments
 (0)