Skip to content

Commit

Permalink
style(context-menu): remove a log in console (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
martesi authored Jul 3, 2024
1 parent 85ebfeb commit b70849f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/context-menu/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ type CompoundedComponent = typeof ContextMenuCompound & {
Item: typeof Item;
};

console.log('ContextMenuCompound:', ContextMenuCompound);

export const ContextMenu: CompoundedComponent = ContextMenuCompound as unknown as CompoundedComponent;

ContextMenu.Item = Item;

0 comments on commit b70849f

Please sign in to comment.