Skip to content

Commit d9ba128

Browse files
committed
Remove leftover
1 parent a5890fc commit d9ba128

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/membrane/core/parent/child_life_controller.ex

-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ defmodule Membrane.Core.Parent.ChildLifeController do
327327
|> Enum.reduce(state, fn pad_ref, state ->
328328
with {:error, :unknown_pad} <- PadModel.assert_instance(state, pad_ref) do
329329
PadController.init_pad_data(pad_ref, state)
330-
# |> Map.update!(:pad_refs, &[pad_ref | &1])
331330
else
332331
:ok -> state
333332
end

0 commit comments

Comments
 (0)