Skip to content

Commit

Permalink
Web: Files: Deleted useless code.
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaLopaeva committed Nov 9, 2021
1 parent bde5936 commit b7053a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion products/ASC.Files/Client/src/store/FilesActionsStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ class FilesActionStore {
icon: "trash",
label: translations.deleteOperation,
};
console.log("deleteItemOperation");

if (isFile) {
this.isMediaOpen();
return deleteFile(itemId)
Expand Down

0 comments on commit b7053a8

Please sign in to comment.