diff --git a/packages/components/src/custom-select-control-v2/legacy-component/index.tsx b/packages/components/src/custom-select-control-v2/legacy-component/index.tsx index 2e35965e86e982..fb6268522c7ba1 100644 --- a/packages/components/src/custom-select-control-v2/legacy-component/index.tsx +++ b/packages/components/src/custom-select-control-v2/legacy-component/index.tsx @@ -48,6 +48,7 @@ function CustomSelectControl( props: LegacyCustomSelectProps ) { selectedItem: option!, type: '', }; + debugger; onChange( changeObject ); }, } ); @@ -131,7 +132,6 @@ export default CustomSelectControl; // for backwards compatibility export function ClassicCustomSelectControl( props: LegacyCustomSelectProps ) { - console.debug( props ); return ( {