mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-07 00:14:25 +00:00
Remove debug console logs
This commit is contained in:
@@ -7,13 +7,6 @@ export const EditorContentProvider = ({ children }) => {
|
||||
const { content, handleContentChange, handleSave, selectedFile } =
|
||||
useFileManagementContext();
|
||||
|
||||
useEffect(() => {
|
||||
console.log('EditorContentProvider: content or selectedFile updated', {
|
||||
content,
|
||||
selectedFile,
|
||||
});
|
||||
}, [content, selectedFile]);
|
||||
|
||||
return (
|
||||
<EditorContentContext.Provider
|
||||
value={{ content, handleContentChange, handleSave }}
|
||||
|
||||
Reference in New Issue
Block a user