Skip to content

Commit c827811

Browse files
committed
Remove io.inspect
1 parent 59f8c91 commit c827811

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/ex_webrtc_recorder/converter.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,6 @@ defmodule ExWebRTC.Recorder.Converter do
232232
end)
233233

234234
# FIXME: This won't work if we have audio/video only
235-
IO.inspect(stream_map, label: :STREAM_MAP_IS)
236-
237235
for {stream_id, %{video: video_files, audio: audio_files}} <- stream_map,
238236
{rid, %{filename: video_file, start_time: video_start}} <- video_files,
239237
{nil, %{filename: audio_file, start_time: audio_start}} <- audio_files,

0 commit comments

Comments
 (0)