mirror of
https://github.com/vector-im/element-web.git
synced 2026-01-06 09:01:09 +01:00
remove console
This commit is contained in:
parent
940f5be5aa
commit
73d21b16cf
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user