mirror of
https://github.com/get-drexa/drive.git
synced 2025-11-30 21:41:39 +00:00
chore: remove console log
This commit is contained in:
@@ -196,7 +196,6 @@ function _DirectoryContentTable() {
|
||||
const { mutate: openFile } = useMutation({
|
||||
mutationFn: useConvexMutation(api.filesystem.openFile),
|
||||
onSuccess: (openedFile: OpenedFile) => {
|
||||
console.log("openedFile", openedFile)
|
||||
setOpenedFile(openedFile)
|
||||
},
|
||||
onError: (error) => {
|
||||
|
||||
Reference in New Issue
Block a user