Web: Files: Deleted useless code.

This commit is contained in:
Tatiana Lopaeva 2021-10-21 13:56:36 +03:00
parent 3a2111bfe4
commit 081ab8ff3e
2 changed files with 0 additions and 2 deletions

View File

@ -39,7 +39,6 @@ const VersionRow = (props) => {
const [showEditPanel, setShowEditPanel] = useState(false);
const [commentValue, setCommentValue] = useState(info.comment);
const [isSavingComment, setIsSavingComment] = useState(false);
const [isRestoring, setIsRestoring] = useState(false);
const canEdit = info.access === 1 || info.access === 0;

View File

@ -102,7 +102,6 @@ class SectionBodyContent extends React.Component {
const { versions, isLoading } = this.props;
const renderList = ({ height, width }) => {
console.log("this.state", this.state);
return (
<StyledVersionList isRestoreProcess={this.state.isRestoreProcess}>
<List