Skip to content

Commit

Permalink
chore: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Nov 11, 2024
1 parent 84c5363 commit d7394b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/DataDimension/Info/InfoPopover.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ import { ProgramIndicatorInfo } from './ProgramIndicatorInfo.js'
import styles from './styles/InfoPopover.style.js'

export const InfoPopover = ({ reference, onClose, ...props }) => {
console.log('type', props.item.type, 'id', props.item.id)

const type = props.item.type

const infoProps = {
Expand Down

0 comments on commit d7394b6

Please sign in to comment.