From acb2ae4a4354ede1bb595436b46beacd79e6a4cf Mon Sep 17 00:00:00 2001 From: Przemek Date: Thu, 21 Nov 2024 09:40:07 +0100 Subject: [PATCH] removed log --- .../Courses/Course/CoursePanelLayout/FinishPage/Rate/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Courses/Course/CoursePanelLayout/FinishPage/Rate/index.tsx b/src/components/Courses/Course/CoursePanelLayout/FinishPage/Rate/index.tsx index 233ff870..bcf85681 100644 --- a/src/components/Courses/Course/CoursePanelLayout/FinishPage/Rate/index.tsx +++ b/src/components/Courses/Course/CoursePanelLayout/FinishPage/Rate/index.tsx @@ -241,8 +241,6 @@ export const QuestionnairesModal = ({ return () => clearInterval(intervalId); }, [state.reShowableQuestionnaires, entityModel, runDisplayInterval]); - console.log("questionnarremodal", state); - return ( <> {state.show && entityId && !!questionnaires.length && !loading && (