remove debug lines (#3771)

This commit is contained in:
Alessandro Ros 2024-09-15 22:52:55 +02:00 committed by GitHub
parent 471019f606
commit 783fede2cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -196,9 +196,6 @@ func FromStream(
return errNoSupportedCodecsFrom return errNoSupportedCodecsFrom
} }
fmt.Println(videoFormat, audioFormat)
fmt.Println(videoFormat == nil, audioFormat == nil)
var err error var err error
w, err = NewWriter(conn, videoFormat, audioFormat) w, err = NewWriter(conn, videoFormat, audioFormat)
if err != nil { if err != nil {