Removing error count

This commit is contained in:
Saxon1 2018-05-06 19:12:35 +09:30
parent 76d0de2ffb
commit cbcbc10658
1 changed files with 0 additions and 1 deletions

View File

@ -397,7 +397,6 @@ func (r *revid) outputClips() {
// If the ringbuffer has something we can read and send off
if clip, err := r.ringBuffer.Read(); err == nil && r.isRunning {
bytes += len(clip)
errorCount := 0
r.Log(Debug, "About to send!")
err2 := r.sendClip(clip)
r.Log(Debug, "Finished send!")