mirror of https://bitbucket.org/ausocean/av.git
Removing error count
This commit is contained in:
parent
76d0de2ffb
commit
cbcbc10658
|
@ -397,7 +397,6 @@ func (r *revid) outputClips() {
|
||||||
// If the ringbuffer has something we can read and send off
|
// If the ringbuffer has something we can read and send off
|
||||||
if clip, err := r.ringBuffer.Read(); err == nil && r.isRunning {
|
if clip, err := r.ringBuffer.Read(); err == nil && r.isRunning {
|
||||||
bytes += len(clip)
|
bytes += len(clip)
|
||||||
errorCount := 0
|
|
||||||
r.Log(Debug, "About to send!")
|
r.Log(Debug, "About to send!")
|
||||||
err2 := r.sendClip(clip)
|
err2 := r.sendClip(clip)
|
||||||
r.Log(Debug, "Finished send!")
|
r.Log(Debug, "Finished send!")
|
||||||
|
|
Loading…
Reference in New Issue