Skip to content

Commit

Permalink
Remove leftover
Browse files Browse the repository at this point in the history
Signed-off-by: Šimon Brandner <[email protected]>
  • Loading branch information
SimonBrandner authored and daniel-abramov committed Dec 5, 2022
1 parent 0369070 commit dc09318
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/conference/messsage_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ func (c *Conference) processPeerMessage(message common.Message[ParticipantID, pe
c.processDataChannelAvailableMessage(participant, msg)
case peer.RTCPReceived:
c.processForwardRTCPMessage(msg)
case peer.PLISent:
c.processPLISentMessage(msg)
default:
c.logger.Errorf("Unknown message type: %T", msg)
}
Expand Down

0 comments on commit dc09318

Please sign in to comment.