From 78935dacdfc6c13c37e910cbf537bb17f2b588fd Mon Sep 17 00:00:00 2001 From: Emily Date: Fri, 20 Sep 2024 15:18:09 +1000 Subject: [PATCH] chore: removes unnecessary comments --- ts/components/leftpane/ActionsPanel.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ts/components/leftpane/ActionsPanel.tsx b/ts/components/leftpane/ActionsPanel.tsx index 1a8d8cb31..bba9b0bce 100644 --- a/ts/components/leftpane/ActionsPanel.tsx +++ b/ts/components/leftpane/ActionsPanel.tsx @@ -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