refactor: removed console.log

This commit is contained in:
kKaskak 2023-10-31 21:48:30 +02:00
parent 05321aa103
commit e9a2227724

View file

@ -59,7 +59,6 @@ const Settings = () => {
return profile.auth !== null && profile.auth.user !== null && profile.auth.user.trakt !== null &&
(Date.now() / 1000) < (profile.auth.user.trakt.created_at + profile.auth.user.trakt.expires_in);
}, [profile.auth]);
console.log(profile.settings)
const configureServerUrlModalButtons = React.useMemo(() => {
return [
{