Skip to content

Commit

Permalink
Delete console log
Browse files Browse the repository at this point in the history
  • Loading branch information
guergana committed Aug 31, 2024
1 parent 4e9a1af commit 4c1d01f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/components/Application/Dialogs/DeleteFilesFolders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ export default function DeleteFilesFoldersDialog() {
const selectedMultiplePaths = store.useStore((state) => state.selectedMultiplePaths)
const isFolder = store.useStore(store.getIsFolder)

console.log('path', path, 'files', files, 'isFolder', isFolder)

const selectedFolders = files
.filter((file) => {
return selectedMultiplePaths?.includes(file.path) && file.type === 'folder'
Expand Down

0 comments on commit 4c1d01f

Please sign in to comment.