From 824390d9f4e244022ff4aa89773b13f566c6947d Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Tue, 9 May 2023 16:24:51 +0200 Subject: [PATCH] :bug: Forgot console log --- src/front/Components/Layouts/Folder/AskDocuments/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/front/Components/Layouts/Folder/AskDocuments/index.tsx b/src/front/Components/Layouts/Folder/AskDocuments/index.tsx index fac5849e..44aced87 100644 --- a/src/front/Components/Layouts/Folder/AskDocuments/index.tsx +++ b/src/front/Components/Layouts/Folder/AskDocuments/index.tsx @@ -232,7 +232,6 @@ class AskDocumentsClass extends BasePage { }catch(e){ console.error(e); } - console.log(values["document_types"]); } }