Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed Oct 18, 2023
1 parent d5466ab commit 353cc76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/actions/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -2282,7 +2282,6 @@ function searchInServer(searchInput) {
* Test utility used to mark chats as read.
*/
function markAllChatsAsRead() {
// Get all the chats that are unread
_.each(currentReportData, (report, reportID) => {
if (!ReportUtils.isUnread(report)) {
return;
Expand Down

0 comments on commit 353cc76

Please sign in to comment.