Skip to content

Commit

Permalink
fix: cleaning console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi-BOUYAHIA committed Jul 26, 2023
1 parent 9e9ace6 commit 1f9d21a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const defaultOccurrencesNumberInputs = {
}

const getMinForComparatorType = (comparator: string) => {
console.log(comparator)
if (comparator === '<') return 1
return 0
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ const SupportedForm: React.FC<SupportedFormProps> = (props) => {
}

const _onSubmit = () => {
console.log('defaultValues', defaultValues)
const errorType = onCheckFormError()
setError(errorType)
if (errorType === Error.NO_ERROR) onChangeSelectedCriteria(defaultValues)
Expand Down

0 comments on commit 1f9d21a

Please sign in to comment.