Skip to content

Commit

Permalink
chore: removes unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
burtonemily committed Sep 20, 2024
1 parent 6dd2615 commit 78935da
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ts/components/leftpane/ActionsPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,6 @@ const doAppStartUp = async () => {
}, 20000);
};

// global.setTimeout(() => {
// const unreadMessageCount = useSelector(getGlobalUnreadMessageCount);
// // Send the calculated count to the main process to update the badge count
// ipcRenderer.send('update-badge-count', unreadMessageCount);
// }, 3000);

/**
* ActionsPanel is the far left banner (not the left pane).
* The panel with buttons to switch between the message/contact/settings/theme views
Expand Down

0 comments on commit 78935da

Please sign in to comment.