removing some logs
This commit is contained in:
parent
441e02f65a
commit
44f227c3e9
2 changed files with 0 additions and 2 deletions
|
|
@ -166,7 +166,6 @@ export default function BinActions(props: Props) {
|
||||||
<MenuItem
|
<MenuItem
|
||||||
dense
|
dense
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
console.log("duplicate")
|
|
||||||
setOpenState({ ...openState, duplication: true });
|
setOpenState({ ...openState, duplication: true });
|
||||||
setAnchorEl(null);
|
setAnchorEl(null);
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
|
|
@ -281,7 +281,6 @@ export default function BinLevelOverTime(props: Props) {
|
||||||
};
|
};
|
||||||
|
|
||||||
const binModeChart = () => {
|
const binModeChart = () => {
|
||||||
console.log(modeData)
|
|
||||||
return (
|
return (
|
||||||
<BarGraph
|
<BarGraph
|
||||||
data={modeData}
|
data={modeData}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue