Skip to content

Commit 2a9d168

Browse files
committed
refactor: remove redundant console.log
1 parent f076c89 commit 2a9d168

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package/src/components/MessageList/MessageList.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,6 @@ const MessageListWithContext = <
560560
};
561561
});
562562
} else if (mainChannelUpdated && shouldMarkRead()) {
563-
console.log('marking read');
564563
await markRead();
565564
}
566565
};

0 commit comments

Comments
 (0)