From e9a2227724a37f7e69d52ed99fb265cf01279dfc Mon Sep 17 00:00:00 2001 From: kKaskak <117831817+kKaskak@users.noreply.github.com> Date: Tue, 31 Oct 2023 21:48:30 +0200 Subject: [PATCH] refactor: removed console.log --- src/routes/Settings/Settings.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/Settings/Settings.js b/src/routes/Settings/Settings.js index 80837a08f..970f26588 100644 --- a/src/routes/Settings/Settings.js +++ b/src/routes/Settings/Settings.js @@ -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 [ {