Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
juanNH committed Aug 30, 2023
1 parent e7113bb commit 8bb2c51
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export const TextAreaMolecules = (props: TextAreaMoleculesProps) => {
return !textFiltered.includes(itemNoSpace) && itemNoSpace && textFiltered.push(itemNoSpace)
})
const searchGenesResult = handleGenesSymbols(textFiltered)
console.log(searchGenesResult)
if (searchGenesResult) {
setTextAreaString({ ...textAreaString, value: '' })
}
Expand Down

0 comments on commit 8bb2c51

Please sign in to comment.