Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
katamartin committed May 30, 2024
1 parent a027549 commit 61010d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/selector/selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const Selector = ({ index }) => {
(state) => state.selectors && state.selectors[index]
)
const shape = useStore((state) => state.dataset.level.variable.shape[index])
console.log(selector)

let display
if (shape === 1) {
Expand Down

0 comments on commit 61010d1

Please sign in to comment.