mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 13:57:11 -04:00
Cleanup dev logging in UI
This commit is contained in:
parent
4d137886bc
commit
0fa5127c83
4 changed files with 0 additions and 8 deletions
|
@ -81,8 +81,6 @@ class EditDownloadClientModalContent extends Component {
|
||||||
message
|
message
|
||||||
} = item;
|
} = item;
|
||||||
|
|
||||||
console.log(supportsCategories);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ModalContent onModalClose={onModalClose}>
|
<ModalContent onModalClose={onModalClose}>
|
||||||
<ModalHeader>
|
<ModalHeader>
|
||||||
|
|
|
@ -14,8 +14,6 @@ function createLanguagesSelector() {
|
||||||
return createSelector(
|
return createSelector(
|
||||||
(state) => state.localization,
|
(state) => state.localization,
|
||||||
(localization) => {
|
(localization) => {
|
||||||
console.log(localization);
|
|
||||||
|
|
||||||
const items = localization.items;
|
const items = localization.items;
|
||||||
|
|
||||||
if (!items) {
|
if (!items) {
|
||||||
|
|
|
@ -113,8 +113,6 @@ export default {
|
||||||
|
|
||||||
const saveData = getProviderState({ id, ...otherPayload }, getState, section, false);
|
const saveData = getProviderState({ id, ...otherPayload }, getState, section, false);
|
||||||
|
|
||||||
console.log(saveData);
|
|
||||||
|
|
||||||
// we have to set id since not actually posting to server yet
|
// we have to set id since not actually posting to server yet
|
||||||
if (!saveData.id) {
|
if (!saveData.id) {
|
||||||
saveData.id = getNextId(getState().settings.downloadClientCategories.items);
|
saveData.id = getNextId(getState().settings.downloadClientCategories.items);
|
||||||
|
|
|
@ -310,8 +310,6 @@ export const actionHandlers = handleThunks({
|
||||||
isGrabbing: true
|
isGrabbing: true
|
||||||
}));
|
}));
|
||||||
|
|
||||||
console.log(payload);
|
|
||||||
|
|
||||||
const promise = createAjaxRequest({
|
const promise = createAjaxRequest({
|
||||||
url: '/search/bulk',
|
url: '/search/bulk',
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue