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:
parent
7f9f8b6fe7
commit
0442ece9ba
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ const Body = ({
|
||||||
showSendEmailNotificationOption: boolean;
|
showSendEmailNotificationOption: boolean;
|
||||||
maxExpiration: Timespan;
|
maxExpiration: Timespan;
|
||||||
}) => {
|
}) => {
|
||||||
console.log(maxExpiration);
|
|
||||||
const modals = useModals();
|
const modals = useModals();
|
||||||
const t = useTranslate();
|
const t = useTranslate();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue