From 596b13376c9717ebd76456ed298ea05cf15125ff Mon Sep 17 00:00:00 2001 From: Matthew Crouch Date: Mon, 18 Dec 2023 10:23:03 -0500 Subject: [PATCH] MMT-3410: Removes console log --- static/src/js/components/CustomRadioWidget/CustomRadioWidget.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/static/src/js/components/CustomRadioWidget/CustomRadioWidget.jsx b/static/src/js/components/CustomRadioWidget/CustomRadioWidget.jsx index f08cc3039..64ca5a929 100644 --- a/static/src/js/components/CustomRadioWidget/CustomRadioWidget.jsx +++ b/static/src/js/components/CustomRadioWidget/CustomRadioWidget.jsx @@ -37,7 +37,6 @@ const CustomRadioWidget = ({ uiSchema, value }) => { - console.log('🚀 ~ file: CustomRadioWidget.jsx:40 ~ id:', id) const selectScrollRef = useRef(null) const focusRef = useRef(null) const { formContext } = registry