Skip to content

Commit

Permalink
fix(windows): remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Oct 30, 2023
1 parent a1eedca commit ac63a56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions load/load_windows.go
Expand Up @@ -5,7 +5,6 @@ package load

import (
"context"
"log"
"math"
"sync"
"time"
Expand Down Expand Up @@ -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
}

Expand Down

0 comments on commit ac63a56

Please sign in to comment.