WEb: Files: Deleted useless console.log.

This commit is contained in:
Tatiana Lopaeva 2021-07-08 15:13:59 +03:00
parent a2460959c9
commit b7aae0c1c2

View File

@ -224,7 +224,7 @@ class SelectFolderModalDialog extends React.Component {
onSetLoadingInput,
onSetBaseFolderPath,
} = this.props;
console.log("setSelectedFolderToTee");
setSelectedNode([id + ""]);
SelectFolderDialog.getFolderPath(id)
.then((folderPath) => (this.folderTitle = folderPath))