Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
cqliu1 committed Jul 1, 2023
1 parent aac7f06 commit e837cf3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ export const EditorMenu = ({ createNewVisType, createNewEmbeddable }: Props) =>
} else {
ungroupedFactories.push(factory);
}
console.log({ grouping });
});

const getVisTypeMenuItem = (visType: BaseVisType): EuiContextMenuPanelItemDescriptor => {
Expand Down

0 comments on commit e837cf3

Please sign in to comment.