removing some logs

This commit is contained in:
csawatzky 2025-08-18 16:50:53 -06:00
parent 441e02f65a
commit 44f227c3e9
2 changed files with 0 additions and 2 deletions

View file

@ -166,7 +166,6 @@ export default function BinActions(props: Props) {
<MenuItem
dense
onClick={() => {
console.log("duplicate")
setOpenState({ ...openState, duplication: true });
setAnchorEl(null);
}}

View file

@ -281,7 +281,6 @@ export default function BinLevelOverTime(props: Props) {
};
const binModeChart = () => {
console.log(modeData)
return (
<BarGraph
data={modeData}