Skip to content

Commit

Permalink
remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymikhadyuk committed Nov 13, 2023
1 parent 005cc26 commit 0d24349
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const useMenuItems = (options: Options): MenuItem[] => {
text: "Create a common",
onClick: onCommonCreationClick,
});
console.log(items.map((item) => item.text));

return items;
};

0 comments on commit 0d24349

Please sign in to comment.