chore: remove console log

This commit is contained in:
2025-10-28 20:26:35 +00:00
parent a8c7a8f60b
commit 8f194eec55

View File

@@ -196,7 +196,6 @@ function _DirectoryContentTable() {
const { mutate: openFile } = useMutation({ const { mutate: openFile } = useMutation({
mutationFn: useConvexMutation(api.filesystem.openFile), mutationFn: useConvexMutation(api.filesystem.openFile),
onSuccess: (openedFile: OpenedFile) => { onSuccess: (openedFile: OpenedFile) => {
console.log("openedFile", openedFile)
setOpenedFile(openedFile) setOpenedFile(openedFile)
}, },
onError: (error) => { onError: (error) => {