From 8e1e912502605cc8496e9343e7687b8d25416e47 Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Fri, 5 May 2023 14:35:16 +0200 Subject: [PATCH] :bug: Forgot console.log --- .../Layouts/Folder/FolderInformation/ClientSection/index.tsx | 1 - 1 file changed, 1 deletion(-) 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, });