diff --git a/src/front/Components/Layouts/Folder/FolderInformation/ClientSection/index.tsx b/src/front/Components/Layouts/Folder/FolderInformation/ClientSection/index.tsx index cbe0d96d..355f89ca 100644 --- a/src/front/Components/Layouts/Folder/FolderInformation/ClientSection/index.tsx +++ b/src/front/Components/Layouts/Folder/FolderInformation/ClientSection/index.tsx @@ -77,7 +77,6 @@ export default class ClientSection extends React.Component { private changeUserFolder(uid: string) { - console.log("changeUserFolder", uid) this.setState({ openedCustomer: uid === this.state.openedCustomer ? "" : uid, });