remove console

This commit is contained in:
Half-Shot 2025-12-22 10:14:58 +00:00
parent 940f5be5aa
commit 73d21b16cf

View File

@ -52,7 +52,6 @@ export class RoomStatusBarViewModel
hasClickedTermsAndConditions: boolean,
): RoomStatusBarViewSnapshot => {
const unsentMessages = room.getPendingEvents().filter((ev) => ev.status === EventStatus.NOT_SENT);
console.log({ unsentMessages });
if (unsentMessages.length === 0) {
return {
state: null,