mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-09 16:54:22 +00:00
Remove debug console logs
This commit is contained in:
@@ -6,8 +6,6 @@ const FileSelectionContext = createContext();
|
||||
export const FileSelectionProvider = ({ children }) => {
|
||||
const { selectedFile, handleFileSelect } = useFileManagementContext();
|
||||
|
||||
console.log('FileSelectionProvider rendering', { selectedFile });
|
||||
|
||||
return (
|
||||
<FileSelectionContext.Provider value={{ selectedFile, handleFileSelect }}>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user