From 0093c73a67fbb7a4deda38822346b2df9fc9c2dc Mon Sep 17 00:00:00 2001 From: sanjeevz3009 Date: Mon, 30 Sep 2024 14:26:37 +0100 Subject: [PATCH] Removing console.log --- eq-author/src/components/ContentPickerv3/Menu.js | 1 - 1 file changed, 1 deletion(-) diff --git a/eq-author/src/components/ContentPickerv3/Menu.js b/eq-author/src/components/ContentPickerv3/Menu.js index 8d6333c05b..c11413a076 100644 --- a/eq-author/src/components/ContentPickerv3/Menu.js +++ b/eq-author/src/components/ContentPickerv3/Menu.js @@ -157,7 +157,6 @@ export const SectionTitle = styled.div` const Menu = ({ data, onSelected, isSelected }) => { const onEnterUp = (event, section) => { - console.log("Test"); if (event.keyCode === 13) { //13 is the enter keycode onSelected(section);