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
|
||||
dense
|
||||
onClick={() => {
|
||||
console.log("duplicate")
|
||||
setOpenState({ ...openState, duplication: true });
|
||||
setAnchorEl(null);
|
||||
}}
|
||||
|
|
|
|||
|
|
@ -281,7 +281,6 @@ export default function BinLevelOverTime(props: Props) {
|
|||
};
|
||||
|
||||
const binModeChart = () => {
|
||||
console.log(modeData)
|
||||
return (
|
||||
<BarGraph
|
||||
data={modeData}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue