Remove fmt.Println call from SendResume

This commit is contained in:
Faruk Kasumovic 2020-01-15 15:40:16 +01:00
parent cee262b95a
commit e96fb8fdc2
1 changed files with 0 additions and 1 deletions

View File

@ -188,7 +188,6 @@ func (d *Dataset) SendResume(outf *os.File, flags *SendFlags, receiveResumeToken
clerr := C.zfs_send_resume(C.libzfsHandle, cflags, C.int(outf.Fd()), cReceiveResumeToken)
if clerr != 0 {
err = LastError()
fmt.Println(err.Error())
}
return