Skip to content

Commit

Permalink
Remove log outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
brutella committed Aug 13, 2021
1 parent 1296702 commit 8f86db7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ func setupStreamManagement(m *service.CameraRTPStreamManagement, ff ffmpeg.FFMPE
log.Debug.Fatalf("SelectedRTPStreamConfiguration: Could not unmarshal tlv8 data: %s\n", err)
}

log.Debug.Printf("%+v\n", cfg)

id := ffmpeg.StreamID(cfg.Command.Identifier)
switch cfg.Command.Type {
case rtp.SessionControlCommandTypeEnd:
Expand Down Expand Up @@ -90,8 +88,6 @@ func setupStreamManagement(m *service.CameraRTPStreamManagement, ff ffmpeg.FFMPE
log.Debug.Fatalf("SetupEndpoints: Could not unmarshal tlv8 data: %s\n", err)
}

log.Debug.Printf("%+v\n", req)

iface, err := ifaceOfConnection(conn)
if err != nil {
log.Debug.Println(err)
Expand Down Expand Up @@ -124,8 +120,6 @@ func setupStreamManagement(m *service.CameraRTPStreamManagement, ff ffmpeg.FFMPE

ff.PrepareNewStream(req, resp)

log.Debug.Printf("%+v\n", resp)

// After a write, the characteristic should contain a response
setTLV8Payload(m.SetupEndpoints.Bytes, resp)
})
Expand Down

0 comments on commit 8f86db7

Please sign in to comment.