Skip to content

Commit

Permalink
Remove console log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
cqliu1 committed Oct 20, 2022
1 parent 899c298 commit 5a44ae3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const ESFieldSelect: React.FunctionComponent<ESFieldSelectProps> = (props

useEffect(() => {
loadingFields.current = true;
console.log({ index });

getFields(index)
.then((newFields) => setFields(newFields || []))
.finally(() => {
Expand Down

0 comments on commit 5a44ae3

Please sign in to comment.