mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-08 04:19:11 +00:00
remove overkill log
This commit is contained in:
@@ -448,15 +448,7 @@ export function createCallViewModel$(
|
||||
MembershipManagerEvent.DelayIdChanged,
|
||||
// The type of reemitted event includes the original emitted as the second arg.
|
||||
) as Observable<[string | undefined, IMembershipManager]>
|
||||
).pipe(
|
||||
map(([delayId]) => {
|
||||
logger.debug(
|
||||
"DelayId change emitted from matrixRTCSession: ",
|
||||
delayId,
|
||||
);
|
||||
return delayId ?? null;
|
||||
}),
|
||||
),
|
||||
).pipe(map(([delayId]) => delayId ?? null)),
|
||||
matrixRTCSession.delayId ?? null,
|
||||
),
|
||||
roomId: matrixRoom.roomId,
|
||||
|
||||
Reference in New Issue
Block a user