From 7ca0bc2414d0d24a20f947e9d44d9da52bb0ca1d Mon Sep 17 00:00:00 2001 From: anjanaw Date: Fri, 9 Feb 2024 18:55:06 +0000 Subject: [PATCH] clean log --- src/components/iSee/question/QuestionnaireTab.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/iSee/question/QuestionnaireTab.tsx b/src/components/iSee/question/QuestionnaireTab.tsx index e8b6956..51f64f0 100644 --- a/src/components/iSee/question/QuestionnaireTab.tsx +++ b/src/components/iSee/question/QuestionnaireTab.tsx @@ -79,12 +79,10 @@ const QuestionnaireTab: React.FC = ({ }; async function saveQuestionnaire() { - console.log('%c Saving.... ', 'font-size: 20px; color: orange;'); const errors = questions.map((q) => isQuestionValid(q) as string[]); setIsChangedQuestion(false); if (errors.reduce((prev, curr) => [...prev, ...curr], []).length === 0) { - console.log('%c Valid ! ', 'font-size: 20px; color: green;'); const intent = persona.intents?.find((i) => i.name === intent_cat); if (intent) { await api_persona_update_intent(usecaseId, persona._id, intent.id, {