Remove printf for webrtc ontrack

This commit is contained in:
Alexey Khit
2022-11-18 09:13:24 +03:00
parent 48635ae341
commit 1c89e7945e
+1 -2
View File
@@ -1,7 +1,6 @@
package webrtc package webrtc
import ( import (
"fmt"
"github.com/AlexxIT/go2rtc/pkg/streamer" "github.com/AlexxIT/go2rtc/pkg/streamer"
"github.com/pion/webrtc/v3" "github.com/pion/webrtc/v3"
) )
@@ -58,7 +57,7 @@ func (c *Conn) Init() {
} }
} }
fmt.Printf("TODO: webrtc ontrack %+v\n", remote) //fmt.Printf("TODO: webrtc ontrack %+v\n", remote)
}) })
// OK connection: // OK connection: