Skip to content

Commit

Permalink
Removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sallaa committed Jun 28, 2024
1 parent bd47498 commit 1a72efb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/SideMenu/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ const SideMenu = ({ tools, setOpenAlert }) => {

if (toolWithPath) {
dispatch(selectTool(toolWithPath.titleKeyword));
console.log(toolWithPath);

//Now we open the drawer for the tool selected
const toolFromPath = listItems.find(
Expand Down

0 comments on commit 1a72efb

Please sign in to comment.