Skip to content

Commit 33d078a

Browse files
committed
shorter comment
1 parent 4ba0c31 commit 33d078a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lib/ex_ice/ice_agent.ex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -557,9 +557,7 @@ defmodule ExICE.ICEAgent do
557557

558558
@impl true
559559
def handle_info({:EXIT, _from, reason}, state) do
560-
# A linked process died abnormally. Stop so terminate/2 can release TURN
561-
# allocations before we go. Uses the same reason so supervisors see the
562-
# original cause.
560+
# Stop so terminate/2 can release TURN allocations
563561
{:stop, reason, state}
564562
end
565563

0 commit comments

Comments
 (0)