Removed the other error count

This commit is contained in:
Saxon1 2018-05-06 19:15:01 +09:30
parent cbcbc10658
commit 6ccdcef83f
1 changed files with 0 additions and 1 deletions

View File

@ -383,7 +383,6 @@ func (r *revid) outputClips() {
prevTime := now prevTime := now
bytes := 0 bytes := 0
delay := 0 delay := 0
errorCount := 0
for r.isRunning { for r.isRunning {
// Here we slow things down as much as we can to decrease cpu usage // Here we slow things down as much as we can to decrease cpu usage
switch { switch {