Skip to content

Commit 0093c73

Browse files
committed
Removing console.log
1 parent 8e4d988 commit 0093c73

File tree

1 file changed

+0
-1
lines changed
  • eq-author/src/components/ContentPickerv3

1 file changed

+0
-1
lines changed

eq-author/src/components/ContentPickerv3/Menu.js

-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ export const SectionTitle = styled.div`
157157

158158
const Menu = ({ data, onSelected, isSelected }) => {
159159
const onEnterUp = (event, section) => {
160-
console.log("Test");
161160
if (event.keyCode === 13) {
162161
//13 is the enter keycode
163162
onSelected(section);

0 commit comments

Comments
 (0)