0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00
This commit is contained in:
Zack Scholl 2019-11-12 20:15:48 -08:00
parent 9d42938fce
commit 9bcb1555f8

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)