diff --git a/frontend/src/components/share/modals/showCreateReverseShareModal.tsx b/frontend/src/components/share/modals/showCreateReverseShareModal.tsx index d0bc3108..b7d3f87c 100644 --- a/frontend/src/components/share/modals/showCreateReverseShareModal.tsx +++ b/frontend/src/components/share/modals/showCreateReverseShareModal.tsx @@ -54,7 +54,6 @@ const Body = ({ showSendEmailNotificationOption: boolean; maxExpiration: Timespan; }) => { - console.log(maxExpiration); const modals = useModals(); const t = useTranslate();