diff --git a/src/components/CreationCohort/DiagramView/components/LogicalOperator/components/CriteriaRightPanel/AdvancedInputs/OccurrencesInputs/OccurrenceNumberInputs.tsx b/src/components/CreationCohort/DiagramView/components/LogicalOperator/components/CriteriaRightPanel/AdvancedInputs/OccurrencesInputs/OccurrenceNumberInputs.tsx index ae51f5177..6d853f2b6 100644 --- a/src/components/CreationCohort/DiagramView/components/LogicalOperator/components/CriteriaRightPanel/AdvancedInputs/OccurrencesInputs/OccurrenceNumberInputs.tsx +++ b/src/components/CreationCohort/DiagramView/components/LogicalOperator/components/CriteriaRightPanel/AdvancedInputs/OccurrencesInputs/OccurrenceNumberInputs.tsx @@ -19,7 +19,6 @@ const defaultOccurrencesNumberInputs = { } const getMinForComparatorType = (comparator: string) => { - console.log(comparator) if (comparator === '<') return 1 return 0 } diff --git a/src/components/CreationCohort/DiagramView/components/LogicalOperator/components/CriteriaRightPanel/SupportedForm/SupportedForm.tsx b/src/components/CreationCohort/DiagramView/components/LogicalOperator/components/CriteriaRightPanel/SupportedForm/SupportedForm.tsx index e263a3919..37b0f2194 100644 --- a/src/components/CreationCohort/DiagramView/components/LogicalOperator/components/CriteriaRightPanel/SupportedForm/SupportedForm.tsx +++ b/src/components/CreationCohort/DiagramView/components/LogicalOperator/components/CriteriaRightPanel/SupportedForm/SupportedForm.tsx @@ -129,7 +129,6 @@ const SupportedForm: React.FC = (props) => { } const _onSubmit = () => { - console.log('defaultValues', defaultValues) const errorType = onCheckFormError() setError(errorType) if (errorType === Error.NO_ERROR) onChangeSelectedCriteria(defaultValues)