Skip to content

Commit

Permalink
Removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Sep 1, 2022
1 parent cf6f472 commit d2d567d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ui/src/app/admin/component/ConfigurationForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,7 @@ export function ConfigurationForm({ configurations, configuration = {}, loading,
setNames(configurations.map(p => p.name));
}, [configurations]);

React.useEffect(() => console.log(errors, names), [errors, names]);

const onNext = (data) => {
console.log(data);
};
const onNext = (data) => {};

return (<>
<div className="container-fluid">
Expand Down

0 comments on commit d2d567d

Please sign in to comment.