Skip to content

Commit

Permalink
Remove unnecessary TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LVala committed Nov 2, 2023
1 parent 7a487b7 commit 2fbfc83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ex_webrtc/sdp_utils.ex
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ defmodule ExWebRTC.SDPUtils do
|> ExSDP.Media.add_attributes(attributes ++ media_formats)
end

# TODO: refactor
def to_offer_mline(transceiver, config) do
pt = Enum.map(transceiver.codecs, fn codec -> codec.payload_type end)

Expand Down

0 comments on commit 2fbfc83

Please sign in to comment.