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:
@@ -71,7 +71,6 @@ export type DeleteResult = {
|
||||
}
|
||||
|
||||
export function newFileSystemHandle(item: FileSystemItem): FileSystemHandle {
|
||||
console.log("item", item)
|
||||
switch (item.kind) {
|
||||
case FileType.File:
|
||||
return { kind: item.kind, id: item.doc._id }
|
||||
|
||||
Reference in New Issue
Block a user