Skip to content

Commit

Permalink
remove another console log
Browse files Browse the repository at this point in the history
  • Loading branch information
benfoley committed Dec 7, 2021
1 parent 7f4256e commit 5b3d972
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions elpis/gui/src/components/Model/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ class ModelSettings extends Component {
render() {
const {t, currentEngine, settings, modelSettings, name} = this.props;

console.log("Settings.js", settings);

return (
<div className="training_settings">
<Branding />
Expand Down

0 comments on commit 5b3d972

Please sign in to comment.