0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-01-15 01:14:27 -05:00

refactor: remove unnecessary console.log

This commit is contained in:
Elias Schneider 2025-01-04 01:32:30 +01:00
parent 7f9f8b6fe7
commit 0442ece9ba
No known key found for this signature in database
GPG key ID: 07E623B294202B6C

View file

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