diff --git a/frontend/src/Settings/DownloadClients/DownloadClients/EditDownloadClientModalContent.js b/frontend/src/Settings/DownloadClients/DownloadClients/EditDownloadClientModalContent.js index 2e63c2b5f..28554a31c 100644 --- a/frontend/src/Settings/DownloadClients/DownloadClients/EditDownloadClientModalContent.js +++ b/frontend/src/Settings/DownloadClients/DownloadClients/EditDownloadClientModalContent.js @@ -81,8 +81,6 @@ class EditDownloadClientModalContent extends Component { message } = item; - console.log(supportsCategories); - return ( diff --git a/frontend/src/Settings/UI/UISettingsConnector.js b/frontend/src/Settings/UI/UISettingsConnector.js index 98af9dfce..b4ee1d1fe 100644 --- a/frontend/src/Settings/UI/UISettingsConnector.js +++ b/frontend/src/Settings/UI/UISettingsConnector.js @@ -14,8 +14,6 @@ function createLanguagesSelector() { return createSelector( (state) => state.localization, (localization) => { - console.log(localization); - const items = localization.items; if (!items) { diff --git a/frontend/src/Store/Actions/Settings/downloadClientCategories.js b/frontend/src/Store/Actions/Settings/downloadClientCategories.js index a57dc1858..b9fb04404 100644 --- a/frontend/src/Store/Actions/Settings/downloadClientCategories.js +++ b/frontend/src/Store/Actions/Settings/downloadClientCategories.js @@ -113,8 +113,6 @@ export default { const saveData = getProviderState({ id, ...otherPayload }, getState, section, false); - console.log(saveData); - // we have to set id since not actually posting to server yet if (!saveData.id) { saveData.id = getNextId(getState().settings.downloadClientCategories.items); diff --git a/frontend/src/Store/Actions/releaseActions.js b/frontend/src/Store/Actions/releaseActions.js index 7256f9d8d..5e3b172a2 100644 --- a/frontend/src/Store/Actions/releaseActions.js +++ b/frontend/src/Store/Actions/releaseActions.js @@ -310,8 +310,6 @@ export const actionHandlers = handleThunks({ isGrabbing: true })); - console.log(payload); - const promise = createAjaxRequest({ url: '/search/bulk', method: 'POST',