revid: removed comment of a print in senders_test.go

This commit is contained in:
Saxon 2019-04-03 11:40:33 +10:30
parent 9435baec5c
commit e0d85b8598
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ type destination struct {
// Write takes d and neglects if testDiscontinuities is true, returning an error, // Write takes d and neglects if testDiscontinuities is true, returning an error,
// otherwise d is appended to senders buf. // otherwise d is appended to senders buf.
func (ts *destination) Write(d []byte) (int, error) { func (ts *destination) Write(d []byte) (int, error) {
//fmt.Println("sending")
if ts.testDiscontinuities && ts.currentPkt == ts.discontinuityAt { if ts.testDiscontinuities && ts.currentPkt == ts.discontinuityAt {
ts.currentPkt++ ts.currentPkt++
return 0, errSendFailed return 0, errSendFailed