Web: Files: Deleted debugger.

This commit is contained in:
TatianaLopaeva 2020-12-17 13:18:34 +03:00
parent 23cfe2032e
commit 14e1d55ef9

View File

@ -555,7 +555,7 @@ class SectionBodyContent extends React.Component {
let fileId, isLockedFile; let fileId, isLockedFile;
const file = selection[0]; const file = selection[0];
debugger;
if (file) { if (file) {
fileId = file.id; fileId = file.id;
isLockedFile = !file.locked; isLockedFile = !file.locked;