diff --git a/src/renderer/api/subsonic/subsonic-controller.ts b/src/renderer/api/subsonic/subsonic-controller.ts index 959afe14..1fc4d815 100644 --- a/src/renderer/api/subsonic/subsonic-controller.ts +++ b/src/renderer/api/subsonic/subsonic-controller.ts @@ -358,8 +358,6 @@ const getRandomSongList = async (args: RandomSongListArgs): Promise ssNormalize.song(song, apiClientProps.server, ''), diff --git a/src/renderer/features/action-required/routes/action-required-route.tsx b/src/renderer/features/action-required/routes/action-required-route.tsx index efc2dc42..69575b45 100644 --- a/src/renderer/features/action-required/routes/action-required-route.tsx +++ b/src/renderer/features/action-required/routes/action-required-route.tsx @@ -53,8 +53,6 @@ const ActionRequiredRoute = () => { }, ]; - console.log(checks); - const canReturnHome = checks.every((c) => c.valid); const displayedCheck = checks.find((c) => !c.valid); diff --git a/src/renderer/features/albums/components/navidrome-album-filters.tsx b/src/renderer/features/albums/components/navidrome-album-filters.tsx index 76a59061..b57b219e 100644 --- a/src/renderer/features/albums/components/navidrome-album-filters.tsx +++ b/src/renderer/features/albums/components/navidrome-album-filters.tsx @@ -76,7 +76,6 @@ export const NavidromeAlbumFilters = ({ { label: 'Is favorited', onChange: (e: ChangeEvent) => { - console.log('e.currentTarget.checked :>> ', e.currentTarget.checked); const updatedFilters = setFilter({ data: { _custom: { diff --git a/src/renderer/features/player/components/shuffle-all-modal.tsx b/src/renderer/features/player/components/shuffle-all-modal.tsx index 5c477bf9..7ec1c725 100644 --- a/src/renderer/features/player/components/shuffle-all-modal.tsx +++ b/src/renderer/features/player/components/shuffle-all-modal.tsx @@ -136,7 +136,6 @@ export const ShuffleAllModal = ({ /> { - console.log('e :>> ', e); setStore({ musicFolderId: e ? String(e) : '' }); }} /> diff --git a/src/renderer/features/playlists/components/update-playlist-form.tsx b/src/renderer/features/playlists/components/update-playlist-form.tsx index 5990d9e5..7ed33a88 100644 --- a/src/renderer/features/playlists/components/update-playlist-form.tsx +++ b/src/renderer/features/playlists/components/update-playlist-form.tsx @@ -138,8 +138,6 @@ export const openUpdatePlaylistModal = async (args: { queryKey: queryKeys.users.list(server?.id || '', query), }); - console.log('playlist', playlist); - openModal({ children: ( { lastRow = startIndex + numOfItems; } - console.log('lastRow', lastRow); - params.successCallback(items, lastRow); }, }; @@ -113,8 +111,6 @@ const SearchRoute = () => { lastRow = startIndex + numOfItems; } - console.log('lastRow', lastRow); - params.successCallback(items, lastRow); }, }; diff --git a/src/renderer/features/settings/components/general/application-settings.tsx b/src/renderer/features/settings/components/general/application-settings.tsx index 91dfd450..da952335 100644 --- a/src/renderer/features/settings/components/general/application-settings.tsx +++ b/src/renderer/features/settings/components/general/application-settings.tsx @@ -59,7 +59,6 @@ export const ApplicationSettings = () => { { control: ( { /> ), description: 'Sets the application zoom factor in percent', - isHidden: false, + isHidden: !isElectron(), title: 'Zoom factor', }, ];