mirror of https://bitbucket.org/ausocean/av.git
revid: removed comment of a print in senders_test.go
This commit is contained in:
parent
9435baec5c
commit
e0d85b8598
|
@ -68,7 +68,6 @@ type destination struct {
|
|||
// Write takes d and neglects if testDiscontinuities is true, returning an error,
|
||||
// otherwise d is appended to senders buf.
|
||||
func (ts *destination) Write(d []byte) (int, error) {
|
||||
//fmt.Println("sending")
|
||||
if ts.testDiscontinuities && ts.currentPkt == ts.discontinuityAt {
|
||||
ts.currentPkt++
|
||||
return 0, errSendFailed
|
||||
|
|
Loading…
Reference in New Issue