We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4fcd8 commit a86f21cCopy full SHA for a86f21c
src/containers/write/ActiveEditor.tsx
@@ -77,7 +77,6 @@ const ActiveEditor: React.FC<ActiveEditorProps> = () => {
77
useEffect(() => {
78
if (!post) return;
79
if (initialized.current) return;
80
- console.log('post.series', post.series);
81
dispatch(
82
prepareEdit({
83
id: post.id,
0 commit comments