Skip to content

Commit

Permalink
chore: 移除调试日志,清理代码
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Feb 18, 2025
1 parent e81b3dc commit 62d8299
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MarkdownEditor/editor/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,6 @@ export const MEditor = observer(
});
}
}, 160);
console.log(readonly);
return wrapSSR(
<Slate
editor={markdownEditorRef.current}
Expand Down

1 comment on commit 62d8299

@vercel
Copy link

@vercel vercel bot commented on 62d8299 Feb 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.