Skip to content

Commit

Permalink
Removing console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeevz3009 committed Sep 30, 2024
1 parent 8e4d988 commit 0093c73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eq-author/src/components/ContentPickerv3/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0093c73

Please sign in to comment.