Web: Deleted useless code.

This commit is contained in:
Tatiana Lopaeva 2022-07-18 12:53:45 +03:00
parent dd57b55be0
commit f190701f0b

View File

@ -66,7 +66,7 @@ const Backup = ({ helpUrlCreatingBackup, buttonSize, t, history }) => {
)
);
};
console.log("BACKUP INDEX");
return (
<Submenu data={data} startSelect={data[0]} onSelect={(e) => onSelect(e)} />
);