Web: Deleted useless code.

This commit is contained in:
Tatiana Lopaeva 2022-08-15 17:22:20 +03:00
parent fd37c07afc
commit 8537afcbcf
3 changed files with 2 additions and 4 deletions

View File

@ -16,7 +16,6 @@ const ButtonContainer = ({
const prevChange = useRef();
useEffect(() => {
//console.log("isChanged", isChanged, prevChange);
if (!isChanged && isChanged !== prevChange.current) {
setSavingProcess(false);
setResetProcess(false);

View File

@ -252,7 +252,7 @@ class AmazonSettings extends React.Component {
theme,
} = this.props;
const { region } = this.state;
console.log("formSettings", formSettings);
const renderTooltip = (helpInfo) => {
return (
<>

View File

@ -178,8 +178,7 @@ class ManualBackup extends React.Component {
`${selectedStorage}`
);
}
console.log("storageParams", storageParams);
//return;
try {
await startBackup(moduleType, storageParams);
setDownloadingProgress(1);