refactor: remove unnecessary console.log

This commit is contained in:
Elias Schneider
2025-01-04 01:32:30 +01:00
parent 7f9f8b6fe7
commit 0442ece9ba

View File

@@ -54,7 +54,6 @@ const Body = ({
showSendEmailNotificationOption: boolean;
maxExpiration: Timespan;
}) => {
console.log(maxExpiration);
const modals = useModals();
const t = useTranslate();