Skip to content

Commit a86f21c

Browse files
committed
chore: clear console
1 parent ed4fcd8 commit a86f21c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/containers/write/ActiveEditor.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ const ActiveEditor: React.FC<ActiveEditorProps> = () => {
7777
useEffect(() => {
7878
if (!post) return;
7979
if (initialized.current) return;
80-
console.log('post.series', post.series);
8180
dispatch(
8281
prepareEdit({
8382
id: post.id,

0 commit comments

Comments
 (0)