Skip to content

Commit d1d4e96

Browse files
committed
remove console log
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
1 parent 138a20f commit d1d4e96

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

public/pages/ConfigureModel/components/Features/Features.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ export function Features(props: FeaturesProps) {
6363
<EuiFlexGroup direction="column" style={{ margin: '0px' }}>
6464
<FieldArray name="featureList" validateOnChange={true}>
6565
{({ push, remove, form: { values } }: FieldArrayRenderProps) => {
66-
console.log("values.featureList: " + JSON.stringify(values.featureList))
67-
6866
return (
6967
<Fragment>
7068
{values.featureList.map((feature: any, index: number) => (

0 commit comments

Comments
 (0)