Skip to content

Commit c6b2148

Browse files
committed
chore: 불필요한 코드 제거
1 parent 25766bd commit c6b2148

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/src/components/editor/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ const Editor = ({ pageId, initialValue }: EditorProp) => {
7575
if (content) setInitialContent(JSON.parse(content));
7676
}, [pageId]);
7777

78-
console.log(initialContent);
79-
8078
return (
8179
<EditorRoot>
8280
<EditorContent

0 commit comments

Comments
 (0)