Skip to content

Commit

Permalink
delete unnecessary console log
Browse files Browse the repository at this point in the history
  • Loading branch information
damedelion committed Dec 21, 2024
1 parent 56be650 commit fb57ff9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/widgets/sideMenu/ui/sideMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export class SideMenu {
};

onSignOutSuccess = () => {
console.log('onSignOutSuccess');
this.render();
};

Expand Down

0 comments on commit fb57ff9

Please sign in to comment.