1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

delete console.log

This commit is contained in:
zxj96
2019-05-31 13:25:13 +08:00
parent 864f8778f9
commit d26fea7249

View File

@@ -105,9 +105,6 @@ class CopyDirent extends React.Component {
return;
}
console.log(repo.repo_id);
console.log(repoID)
// copy the dirent to current path
if (selectedPath && this.props.path === selectedPath && repo.repo_id === repoID) {
this.setState({errMessage: message});