Skip to content

Commit

Permalink
removed log statement
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Galitzky <[email protected]>
  • Loading branch information
amitgalitz committed Mar 8, 2022
1 parent 63cdb1a commit c2fc4e9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export function ReviewAndCreate(props: ReviewAndCreateProps) {
useEffect(() => {
dispatch(validateDetector(formikToDetector(props.values), 'model'))
.then((resp: any) => {
console.log('resp: ' + JSON.stringify(resp));
if (isEmpty(Object.keys(resp.response))) {
setValidDetectorSettings(true);
setValidModelConfigurations(true);
Expand Down

0 comments on commit c2fc4e9

Please sign in to comment.