Skip to content

Commit

Permalink
Fix: remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderleegs committed Apr 29, 2021
1 parent 2a1852f commit 6ad1ba3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/FolderModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const FolderModal = ({ displayTitle, displayText, onClose, folderOrCategoryName,
onSuccess: () => {
if (!isCollection) {
// Resource folder
console.log('hey')
queryClient.invalidateQueries([RESOURCE_ROOM_CONTENT_KEY, siteName])
} else if (subfolderName) {
// Collection subfolder
Expand Down

0 comments on commit 6ad1ba3

Please sign in to comment.