Skip to content

Commit

Permalink
OM-80: delete console log
Browse files Browse the repository at this point in the history
  • Loading branch information
olewandowski1 committed Jan 24, 2024
1 parent 3907ca1 commit be1cf2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ProfileMainMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class ProfileMainMenu extends Component {

render() {
const { rights, intl, modulesManager } = this.props;
console.log(this.isWorker);
let entries = [
{
text: formatMessage(intl, "profile", "menu.myProfile"),
Expand Down

0 comments on commit be1cf2c

Please sign in to comment.