mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
refactor: removed console.log
This commit is contained in:
parent
05321aa103
commit
e9a2227724
1 changed files with 0 additions and 1 deletions
|
|
@ -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 [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue