Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Nov 5, 2024
1 parent f2c7209 commit a0657a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/src/core/usecases/fileExplorer/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ const currentWorkingDirectoryView = createSelector(
if (directoryPath === undefined) {
return undefined;
}
console.log(ongoingOperations);
console.log(objects);
const items = objects
.map((object): CurrentWorkingDirectoryView.Item => {
const isBeingDeleted = ongoingOperations.some(
Expand Down

0 comments on commit a0657a4

Please sign in to comment.