Skip to content

Commit 3ae974e

Browse files
Remove duplicate log of answering a call (#2595)
1 parent 566b4ba commit 3ae974e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/webrtc/call.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,8 +866,6 @@ export class MatrixCall extends TypedEventEmitter<CallEvent, CallEventHandlerMap
866866
public answerWithCallFeeds(callFeeds: CallFeed[]): void {
867867
if (this.inviteOrAnswerSent) return;
868868

869-
logger.debug(`Answering call ${this.callId}`);
870-
871869
this.gotCallFeedsForAnswer(callFeeds);
872870
}
873871

0 commit comments

Comments
 (0)