diff --git a/src/features/Posts/pages/CreatePostPage/Components/ContentEditor/ContentEditor.tsx b/src/features/Posts/pages/CreatePostPage/Components/ContentEditor/ContentEditor.tsx
index 0aed1b7..af35f4e 100644
--- a/src/features/Posts/pages/CreatePostPage/Components/ContentEditor/ContentEditor.tsx
+++ b/src/features/Posts/pages/CreatePostPage/Components/ContentEditor/ContentEditor.tsx
@@ -96,24 +96,11 @@ export default function ContentEditor({ placeholder, initialContent, name }: Pro
});
- const initContent = `## hello
-
-
-how are you doing man
-
-
-what's up with this face of yours
- `.replace(/\n(?=\n)/g, "\n\n
\n");
-
-
- console.log(initContent);
-
-
return (