This commit is contained in:
Zack Scholl 2019-11-12 20:15:48 -08:00
parent 9d42938fce
commit 9bcb1555f8
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ func (c *Client) CreateOfferer(finished chan<- error) (pc *webrtc.PeerConnection
}
err = box.Unbundle(string(dcMsg.Data), c.Key, &fd)
if err == nil {
log.Debug(fd.Position)
// log.Debug(fd.Position)
fwrite.Write(fd.Data)
} else {
log.Error(err)