Skip to content

Commit

Permalink
Fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
georgipavlov-7DIGIT committed Sep 26, 2024
1 parent ec2acf2 commit d372dac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/blocks/Organizations/Organizations.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export const Organizations = () => {
});
};

console.log(organizationToEdit);
return (
<React.Fragment>
<Modal
Expand Down

0 comments on commit d372dac

Please sign in to comment.