Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
azouaoui-med committed Jun 5, 2020
1 parent ff49ec3 commit 912d534
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ProSidebar/Menu/SubMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const SubMenu: React.ForwardRefRenderFunction<unknown, Props> = (
};

useEffect(() => {
console.log('popperarrow', popperarrow);
if (firstchild) {
if (collapsed) {
if (referenceElement.current && popperElement.current) {
Expand Down

0 comments on commit 912d534

Please sign in to comment.