Skip to content

Commit 7b3195b

Browse files
committed
Update index.tsx
1 parent 068bb0e commit 7b3195b

File tree

1 file changed

+0
-1
lines changed
  • packages/main/src/components/ObjectPage

1 file changed

+0
-1
lines changed

packages/main/src/components/ObjectPage/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ const ObjectPage = forwardRef<ObjectPageDomRef, ObjectPagePropTypes>((props, ref
109109
const prevInternalSelectedSectionId = useRef(internalSelectedSectionId);
110110
const fireOnSelectedChangedEvent = (targetEvent, index, id, section) => {
111111
if (typeof onSelectedSectionChange === 'function' && targetEvent && prevInternalSelectedSectionId.current !== id) {
112-
console.log('FIRE!!!');
113112
onSelectedSectionChange(
114113
enrichEventWithDetails(targetEvent, {
115114
selectedSectionIndex: parseInt(index, 10),

0 commit comments

Comments
 (0)