Skip to content

Commit 981f02f

Browse files
committed
Remove debug log
1 parent 10aa93b commit 981f02f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/client_test.exs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ defmodule Client.Test do
55

66
alias Membrane.{AAC, H264, RemoteStream}
77

8-
@mpegts_url "https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8"
9-
# @fmp4_url "https://raw.githubusercontent.com/membraneframework-labs/ex_hls/refs/heads/plug-demuxing-engine-into-client/fixture/output.m3u8"
10-
118
@fixtures "https://raw.githubusercontent.com/membraneframework-labs/ex_hls/refs/heads/support-one-media-type/test/fixtures/"
129
@fmp4_url @fixtures <> "fmp4/output.m3u8"
1310
@fmp4_only_video_url @fixtures <> "fmp4_only_video/output.m3u8"
1411
@mpegts_only_video_url @fixtures <> "mpeg_ts_only_video/output_playlist.m3u8"
12+
@mpegts_url "https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8"
1513

1614
describe "if client reads video and audio chunks of the HLS" do
1715
test "(MPEGTS) stream" do
@@ -139,7 +137,7 @@ defmodule Client.Test do
139137
nalu_in_metadata?: false,
140138
stream_structure: {:avc1, _binary}
141139
}
142-
] = tracks_info |> Map.values() |> dbg()
140+
] = tracks_info |> Map.values()
143141

144142
{video_chunk, _client} = Client.read_video_chunk(client)
145143

0 commit comments

Comments
 (0)