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:
@@ -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});
|
||||
|
Reference in New Issue
Block a user