remove log

This commit is contained in:
fbruc03 2022-12-05 13:59:19 +01:00
parent 42a8d3db4f
commit cb04ec6e43

View File

@ -32,7 +32,6 @@ class NavbarSettings extends Component {
render() {
console.log(this.props.classes);
return (
<div style={{ margin: "0 0 0 auto", display: "flex" }}>
<div style={{ margin: "0 30px 0 auto", display: "flex" }}>
@ -42,7 +41,7 @@ class NavbarSettings extends Component {
onChange={(e) => this.props.setBoard(e.target.value)}
disableUnderline={true}
style={{ backgroundColor: "transparent !important" }}
// IconComponent={() => <div />}
>
<MenuItem value="mcu">senseBox MCU</MenuItem>
<MenuItem value="mini">senseBox MCU mini</MenuItem>