fix(windows): remove log statement

This commit is contained in:
Jan De Dobbeleer 2023-10-30 08:39:26 +01:00
parent a1eedcae8e
commit ac63a5690e
No known key found for this signature in database
GPG Key ID: D9FE64756B9A61E6
1 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ package load
import (
"context"
"log"
"math"
"sync"
"time"
@ -37,7 +36,6 @@ func loadAvgGoroutine(ctx context.Context) {
counter, err := common.ProcessorQueueLengthCounter()
if err != nil || counter == nil {
log.Printf("unexpected processor queue length counter error, %v\n", err)
return
}